.htaccess重写规则问题

china_skag 2015-01-27 05:30:31
如 http://www.test.com/url.php 如果用 http://www.test.com/url/index.html 可以访问,重写规则该如何写?

按照如下来写规则,无法访问http://www.test.com/url/index.html

RewriteRule ^url/index.html$ url.php

请指教!



...全文
137 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
xuzuning 2015-01-28
  • 打赏
  • 举报
回复
RewriteRule ^url/index.html$ url.php 没有错误! 估计是你没有启用 .htaccess 功能 AllowOverride All
风钢我 2015-01-28
  • 打赏
  • 举报
回复
RewriteRule url/index\.html$ url\.php\?$1 [L] 试下 参考网址 http://down.chinaz.com/try/201109/1142_1.htm
china_skag 2015-01-27
  • 打赏
  • 举报
回复
在线等待中...

21,887

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧