When I select a word to make it a link and click on the Insert Web Link button the popup comes up and just loads the main page of the site. Any idea what would be causing this??
When I select a word to make it a link and click on the Insert Web Link button the popup comes up and just loads the main page of the site. Any idea what would be causing this??
I am getting that exact problem. Anyone got any ideas.
Help would be much appreciated.
Cheers
Brian
Hi Guys,
This is the solution to the above issue:
In the editors folder add the following code to the bottom of the htaccess file.
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).htm$ index\.php?main_page=$1&%{QUERY_STRING} [L]
cheers
Brian