How to enable mod rewrite in wamp ?
By Webdevelopmentlogics
- Find the 'httpd.conf' file under the 'conf' folder inside the Apache's installation folder.
Ex: C:\wamp\bin\apche*.*\conf\httpd.conf
- Find the following line '#LoadModule rewrite_module modules/mod_rewrite.so' in the 'httpd.conf' file.You can do this easily by searching the keyword 'mod_rewrite' from find menu.
- Remove the '#' at the starting of the line
- Now restart the apache server.
- You can see now 'mod_rewrite' in the Loaded Module section while doing 'phpinfo()'.
0 Responses to How to enable mod rewrite in wamp ?
Something to say?