.htaccess “Options not allowed here”

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

    I guess there is a global AllowOverride setting in your apache config which disallows this. Can you grep for AllowOverride in your httpd.conf?

提交回复
热议问题