我已閱讀幾乎所有可能的問題,並找不到任何可以解決我的問題的東西。 這是erorr登錄我收到: 有FollowSymLinks或SymLinksIfOwnerMatch熄滅這意味着RewriteRule指令禁止:/var/www/vhosts/site.com/httpdocs/cgi-bin/cron.pl選項FollowSymLinks或SymLinksIfOwnerMatch關閉
當訪問網站我得到403禁止「您無權訪問此文檔。」錯誤。
我修改我的.htaccess有這樣的:
Options +FollowSymLinks +SymLinksIfOwnerMatch
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_CGI_AUTHORIZATION:%1]
.
.
.
我還添加了這httpd.conf中:
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
<Directory />
Options -ExecCGI FollowSymLinks -Includes -IncludesNOEXEC -Indexes -MultiViews -SymLinksIfOwnerMatch
AllowOverride All
</Directory>
真的怎麼辦下?
那應該是什麼文件名? – brentonstrine 2014-03-24 21:32:02