.htaccess “Options not allowed here”

前端 未结 9 1434
旧巷少年郎
旧巷少年郎 2021-01-01 12:07

I have this in my .htaccess:

Options +FollowSymLinks

And I get the following error in the apache error_log:

.htaccess: Options not allowed he         


        
9条回答
  •  北海茫月
    2021-01-01 12:39

    On Debian 9 i edited the file /etc/apache2/mods-available/userdir.conf

    Disabled this line AllowOverride FileInfo AuthConfig Limit Indexes

    Added this line Allowoverride All

    And it worked fine.

    Many thanks to all who contributed

提交回复
热议问题