Posts Tagged Mod Rewrite

How to enable mod_rewrite on Apache

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.

, , , ,

No Comments