文件不存在错误

时间:2013-04-17 08:53:37

标签: php joomla joomla1.5

我正在使用joomla,我启用了SEF,Site工作正常,但在访问日志中获取File不存在错误。我没有修改.htaccess文件中的任何内容,我只是使用下面的代码。

代码:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

0 个答案:

没有答案
相关问题