.htaccess “Options not allowed here”

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

    Change Options +FollowSymLinks into Options +SymLinksIfOwnerMatch in all instances of .htaccess file, the followsymlinks has been disabled on many server due to security risk.

提交回复
热议问题