.htaccess: RewriteEngine not allowed here

前端 未结 8 2055
醉话见心
醉话见心 2020-12-01 11:53

I uploaded the .htaccess to the server and received an Error 500 (Internal Server Error).

And in the error log I had the following error:

8条回答
  •  一个人的身影
    2020-12-01 12:41

    Also, just make sure you are editing the correct config file. I had created a file under /etc/apache2/users/USERNAME.conf but was editing /etc/apache2/httpd.conf.

    Removing the USERNAME.conf file worked.

提交回复
热议问题