How to Enable mod_rewrite In Windows
February 7, 2012 Leave a comment
Many times developers face to a problem when they change the permalinks settings. Suddenly their links look broken. You can try by enabling mod_rewrite in Apache server in windows. Here what we do….
1.open “httpd.conf” file.
2. Find “mod_rewrite.so” in the file. (you can simply user Ctrl+F).
3. remove the “#” to uncomment.
4. Restart apache service.
You are done….