How to use .htaccess in WAMP Server?

后端 未结 5 1708
一整个雨季
一整个雨季 2020-11-30 22:32

I searched in web for 2 days and I try to use htaccess in my local wamp but I can\'t! I know there is something wrong but I don\'t know where...

First:

5条回答
  •  感情败类
    2020-11-30 23:18

    Click on Wamp icon and open Apache/httpd.conf and search "#LoadModule rewrite_module modules/mod_rewrite.so". Remove # as below and save it

    LoadModule rewrite_module modules/mod_rewrite.so
    

    and restart all service.

提交回复
热议问题