Hi
Are You using some kind of cache on Your server ? Programmers informed me about the way to improve it even base url issue, but I cannot see any changes to site. And I've tried to function "exit;" which should stop displaying website at all.
Anyway a fix would be:
Edit file mod_news_pro_gk5/tmpl/portal_modes/portfolio2/controller.php than under line 139 add this code:
- Code: Select all
if(stripos($url, JURI::base()) === FALSE) {
$url = JURI::base() . $url;
}