HTML Joomla默认的CSS文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML Joomla默认的CSS文件相关的知识,希望对你有一定的参考价值。

<link href="templates/<?php echo $cur_template; ?>/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />

joomla公共服务器上的css、js文件和图像出现403错误

【中文标题】joomla公共服务器上的css、js文件和图像出现403错误【英文标题】:Getting 403 error for css, js files and images on public server in joomla 【发布时间】:2015-06-23 03:17:35 【问题描述】:

我已经为 joomla 制作了一个自定义主题,它在 localhost 上一切正常,但是当我把它放在公共服务器上时,我得到 css、js 文件和图像的 403 错误。我检查了他们似乎没问题的权限,因为文件夹有 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】:

错误 403 是:403 Forbidden Status

这意味着你没有读取资源的权限。

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

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

您可以在这里找到更多信息:Apache Giving 403 Forbidden Errors。

【讨论】:

以上是关于HTML Joomla默认的CSS文件的主要内容,如果未能解决你的问题,请参考以下文章

在 joomla 组件中添加新的 Js,css 文件

joomla公共服务器上的css、js文件和图像出现403错误

将搜索 DIV 添加到 Joomla 3.0 组件视图时 CSS 丢失

php 对Joomla模板中附加的所有CSS / JS文件执行时间戳

Joomla!自定义组件 css 问题

Joomla - 如何使用用户在模板参数中提供的信息从头部取消设置 JS 文件