在joomla的公共服务器上获取css,js文件和图像的403错误

时间:2015-04-16 15:32:00

标签: joomla http-status-code-403

我为joomla制作了一个自定义主题,它在localhost上工作得很好但是当我把它放在公共服务器上时,我得到403错误的css,js文件和图像。我检查了他们似乎没有权限,因为文件夹有755,文件有644权限。我不知道出了什么问题,我的.htaccess文件是这样的:

AddOutputFilterByType DEFLATE text/plain

AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml

AddOutputFilterByType DEFLATE application/xml

AddOutputFilterByType DEFLATE application/xhtml+xml

AddOutputFilterByType DEFLATE application/rss+xml

AddOutputFilterByType DEFLATE text/css

AddOutputFilterByType DEFLATE application/javascript

AddOutputFilterByType DEFLATE application/x-javascript
Action application/x-hg-php53 /cgi-sys/php53
AddHandler application/x-hg-php53 .php

1 个答案:

答案 0 :(得分:0)

错误403是: 403禁止状态

这意味着您无权阅读资源。

所以这可能意味着您或者您没有权限或者所有者不正确。

如果您已经检查了权限,则可能是所有者。

您可以在此处找到更多信息:Apache Giving 403 Forbidden Errors