.htaccess 伪静态中如何排除Html_开头的文件?
贴出原来的规则<IfModulemod_rewrite.c>RewriteEngineonRewriteBase/RewriteCond%{REQUEST_FILENAM...
贴出原来的规则
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?$0
</IfModule>
现在访问http://host/html_1.html也让index.php处理了,如果做到访问html_开头的文件不让index.php处理呢? 展开
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?$0
</IfModule>
现在访问http://host/html_1.html也让index.php处理了,如果做到访问html_开头的文件不让index.php处理呢? 展开
1个回答
展开全部
RewriteCond %{REQUEST_FILENAME} \.(html|jpg|gif|jpeg|js|css|png|swf|sql|xml|txt|php)$
排除后缀
排除后缀
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询