How to get htaccess to work on MAMP

前端 未结 5 1320
情话喂你
情话喂你 2020-11-28 07:31

I am trying to get the .htaccess working in MAMP.

The content of the .htaccess is a simple redirect line but it does not work. I am trying

5条回答
  •  一向
    一向 (楼主)
    2020-11-28 07:44

    1. In httpd.conf on /Applications/MAMP/conf/apache, find:

      
          Options Indexes FollowSymLinks
          AllowOverride None
      
      
    2. Replace None with All.

    3. Restart MAMP servers.

提交回复
热议问题