Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Friendly URLs + htaccess problem

edited July 2010 in Vanilla 1.0 Help
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?
Sign In or Register to comment.