.htaccess “Options not allowed here”

前端 未结 9 1433
旧巷少年郎
旧巷少年郎 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:14

    in my case I end up with change the line AllowOverride AuthConfig FileInfo to AllowOverride All in file httpd-vhosts.conf where this file is located in apache\conf\extra folder

提交回复
热议问题