Friendly URLs + htaccess problem
I installed Friendly URLs and keep getting 404 errors. Only my homepage is working right now with this add on.
The settings.php file has $Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite';
Friendly URLs worked perfectly when I was using my test host but not in this new one.
I noticed that if I use full paths in the htaccess file (eg. RewriteRule ^discussions$ http://www.mydomain.com/index.php [QSA,L]) some of the links work. The original code 'RewriteRule ^discussions$ index.php [QSA,L]' doesn't work. I tried to change all the RewriteRules to full paths but then I couldn't log in to my forum. My htaccess skills are a bit rusty.
Any idea what to do?
The settings.php file has $Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite';
Friendly URLs worked perfectly when I was using my test host but not in this new one.
I noticed that if I use full paths in the htaccess file (eg. RewriteRule ^discussions$ http://www.mydomain.com/index.php [QSA,L]) some of the links work. The original code 'RewriteRule ^discussions$ index.php [QSA,L]' doesn't work. I tried to change all the RewriteRules to full paths but then I couldn't log in to my forum. My htaccess skills are a bit rusty.
Any idea what to do?
0