.htaccess: RewriteEngine not allowed here

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

    Just an idea, this happened to me, and I've lost a lot of time trying to solve it.

    If you have a directory like d:/web/my-sites/some-site/

    And you place the .htaccess on d:/web/my-sites/some-site/.htaccess (where it supposed to be).

    If you have ANY .htaccess files before this directory, Apache reads that files, and blocks the execution of the entire path, producing an internal server error.

    I.E.: You have d:/web/my-sites/.htaccess

提交回复
热议问题