.htaccess: RewriteEngine not allowed here

前端 未结 8 2044
醉话见心
醉话见心 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:32

    In httpd version 2.4 (2.4.3 and 2.4.4), take a look at /etc/httpd/conf.d/wordpress.conf There is one entry for: ....

    Change: "AllowOverride Options" to "AllowOverride All"

    in wordpress.conf also in addition to changing httpd.conf. Restart the http server before the changes will take effect.

提交回复
热议问题