.htaccess not working on WAMP

前端 未结 3 1510
独厮守ぢ
独厮守ぢ 2021-01-01 21:30

I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess?

3条回答
  •  生来不讨喜
    2021-01-01 22:32

    Open Apache/conf/httpd.conf and search "rewrite_module".

    Remove # as below

    #LoadModule rewrite_module modules/mod_rewrite.so
    as
    LoadModule rewrite_module modules/mod_rewrite.so

    Then Save it and restart your server. It will work.

提交回复
热议问题