上传httpd.ini到wordpress根目录后,打不开根目录下的网页和其他文件

httpd.ini配置文件怎么写效果才最好。上传httpd.ini配置文件到网站根目录,虽然静态问题解决了。但是另外一个问题出现了,就是根目录下的文件全部打不开了。比如根... httpd.ini配置文件怎么写效果才最好。上传httpd.ini配置文件到网站根目录,虽然静态问题解决了。但是另外一个问题出现了,就是根目录下的文件全部打不开了。比如根目录下的readme.html文件,和图片logo.png等等。 错误提示:找不到该文件。备注:网站已上传到服务器。附件:我的http.ini配置文件内容 : [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # Rules to ensure that normal content gets through RewriteRule /sitemap.xml /sitemap.xml [L] RewriteRule /favicon.ico /favicon.ico [L] # For file-based wordpress content (i.e. theme), admin, etc. RewriteRule /wp-(.*) /wp-$1 [L] # For normal wordpress content, via index.php RewriteRule ^/$ /index.php [L] RewriteRule /(.*) /index.php/$1 [L] 展开
 我来答
百度网友d027605
2012-07-16 · TA获得超过274个赞
知道答主
回答量:128
采纳率:0%
帮助的人:93.1万
展开全部
我震惊了,你把所有的请求都交给index.php处理了,而本身存在的html和gif等也得经过index.php,但实际中index.php没这方面的功能,所以....
修改一下ini文件吧
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式