RewriteRule 和 DirectoryIndex问题
时间:2008-10-22
来源:互联网
使下面两句都起作用?
DirectoryIndex index.html
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|html|xml|htm)$ index.php
就是说直接用域名访问时,直接访问的是根目录下的index.html文件,而不是index.php
作者: ironcrane 发布时间: 2008-10-22
RewriteRule !\.(js|ico|gif|jpg|png|css|html|xml|htm)$ index.php
已经清晰的告诉apache 对于请求应该 指向index.php
之前的 DirectoryIndex index.html 自然就不管用了
就像 css里面
a{color:#fff}
*{color:#000}
最终页面文字颜色是黑色一样的道理
作者: yz20sui 发布时间: 2008-10-22
如果只是以http://www.xxx.com域名方式访问的话就跳转到http://www.xxx.com/index.html,
而已http://www.xxx.com/asdf或http://www.xxx.com/asdf/dfasd访问就访问index.php呢?
作者: ironcrane 发布时间: 2008-10-22
作者: yz20sui 发布时间: 2008-10-23
作者: ironcrane 发布时间: 2008-10-23
RewriteRule http://www.xxx.com/$ http://www.xxx.com/index.html
不知道好不好用啊 对规则写法还不熟悉呢 :)
作者: yz20sui 发布时间: 2008-10-23
作者: ironcrane 发布时间: 2008-10-23
RewriteEngine on
RewriteRule ^$ index.html
RewriteRule !\.(js|ico|gif|jpg|png|css|xml|htm|html|)$ index.php
作者: ironcrane 发布时间: 2008-10-23
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28