How to Enable Rewrite Module in Apache ?

Rewrite module is not enabled by default in Apache’s configuration settings. although you can enable it manually by doing very few simple steps: 1. open your httpd.conf(Located in Apache installation) file with your favorite editor.Then search for blow line   #LoadModule rewrite_module modules/mod_rewrite.so Replace bove line with this line or simple remove ‘#’. LoadModule rewrite_module [...]

You might also likeclose