Apache Mod_Rewrite Loaded But Still Not Working
You may see this problem when setting up a new vps server. I have this problem in CentOS 5.2 and above. You may have already loaded the mod_rewrite module in httpd.conf, but your http rewrite is still not working. You can solve this problem by changing these value in httpd.conf or virtualhost.conf
Look for this line (usually below the file inside the <virtualhost> tag)
AllowOverride None
Change to
AllowOverride All
Now restart you apache server.
type /etc/init.d/httpd restart
Popularity: 1%



