错误403禁止

时间:2015-08-10 13:15:50

标签: html5 .htaccess http-status-code-403

所以在我的网站上我正在尝试新的表单软件,一旦i安装了它,我就无法访问它了,我收到了这个错误:

我猜它与我的.htaccess文件有关,所以这里的内容是:

Options -MultiViews
RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} libwww-perl.* 
RewriteRule .* – [F,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

此外,我已检查文件权限并且它们是正确的

任何帮助非常感谢 汤姆

1 个答案:

答案 0 :(得分:0)

我猜这个论坛是一个单独的应用程序,你试图在现有的应用程序中运行。在这种情况下,您可能缺少rewritebase指令。类似的东西:

RewriteBase /forum/

查看http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase