How to enable and check whether mod_rewrite is enable on Apache server

1 Answer

0 votes
  1. open httpd.conf (Apache Config file) and look for :

    #LoadModule rewrite_module modules/mod_rewrite.so

  2. Remove the pound ('#') sign and save the file.

  3. Restart apache server.

  4. Run: phpinfo(); and check for mod_rewrite


answered Jun 26, 2017 by avibootz

Related questions

1 answer 231 views
1 answer 270 views
1 answer 155 views
1 answer 267 views
1 answer 356 views
1 answer 221 views
...