向各位求助,伪静态去掉index.php的问题
时间:2011-12-15
来源:互联网
如:将www.abc.com/index.php/list-3-3 通过伪静态改成了www.abc.com/list-3-3
但是改完以后再访问www.abc.com/index.php/list-3-3网址时却回到主页了,
请问各位有什么跳转到新地址 www.abc.com/list-3-3的方法,谢谢
iis环境下的httpd.ini文件:
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteBase /
RewriteRule ^(js/.*\.html$) $1 [L]
RewriteRule ^(.*).html$ /index.php/$1 [L]
但是改完以后再访问www.abc.com/index.php/list-3-3网址时却回到主页了,
请问各位有什么跳转到新地址 www.abc.com/list-3-3的方法,谢谢
iis环境下的httpd.ini文件:
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteBase /
RewriteRule ^(js/.*\.html$) $1 [L]
RewriteRule ^(.*).html$ /index.php/$1 [L]
作者: moonwrong 发布时间: 2011-12-15
RewriteRule ^(.*)$ /index.php/$1 [L]
作者: ci1699 发布时间: 2011-12-15
试了,还是不行
作者: moonwrong 发布时间: 2011-12-15
怎么不行呢
我的跟你的一样。
我是nginx。
rewrite ^/(.*)$ /index.php/$1 last;
我的跟你的一样。
我是nginx。
rewrite ^/(.*)$ /index.php/$1 last;
作者: ci1699 发布时间: 2011-12-15
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28