Archive for category Apache
How to enable mod_rewrite on Apache
Posted by in Apache on August 25th, 2009
Apache by default comes with the mod_rewrite module but it is not enabled. So your Apache’s mod_rewrite is most probably not enabled. To enable it find the httpd.conf file, usually in a folder called conf in your Apache folder. In the file uncomment this line:
LoadModule rewrite_module modules/mod_rewrite.so
by removing the pound ‘#’ sign from in front of the line.
Restart your Apache for it to take effect. If it’s not working try restarting your computer.









