Mod_rewrite not working?
May 20, 2008 7:57 pm Miscellaneous, Web and Web StandardsHere’s what you forgot:
- AllowOverride All <– this probably says “none”; fix it
- AllowOverride All <– it’s in two different parts of httpd.conf, so fix it again
- LoadModule somepath/mod_rewrite.so <– uncomment this, and check if the file’s actually there
