求IIS6 隐藏index.php的方法
[ISAPI_Rewrite]CacheClockRate3600RepeatLimit32RewriteRule^(.*)^(png|jpg|gif|zip|css|j...
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^(.*)^(png|jpg|gif|zip|css|js|)$ /index\.php?/$1 [I]
为什么我这样写不能用?? 展开
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^(.*)^(png|jpg|gif|zip|css|js|)$ /index\.php?/$1 [I]
为什么我这样写不能用?? 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏100(财富值+成长值)
1个回答
展开全部
thinkphp httpd.ini 伪静态规则
1 [ISAPI_Rewrite]
2 RewriteRule .*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv) $0 [I,L]
3 RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]
借鉴下 您伪静态规则没写好
1 [ISAPI_Rewrite]
2 RewriteRule .*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv) $0 [I,L]
3 RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]
借鉴下 您伪静态规则没写好
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询