在主机上上传项目后,禁止访问



我由yii2在 localhost 的XAMPP中制作了我的网站,它可以无需赠与。

,但是现在之后上传我的网站在Linux主机上我有Bellow错误:

Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

这是我的htaccess内容:

RewriteEngine on
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php 

为什么发生此错误?

如果您使用的是cpanel/whm,则可以通过文件管理器更改权限。如果它仍然不适合您,请删除index.php并上传新的新鲜。

另外,在文档根中检查.htaccess是否有任何错误。

相关内容

  • 没有找到相关文章

最新更新