用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2280|回复: 1
收起左侧

[HELP] url重写规则 .htaccess如何编写

[复制链接]
发表于 2012-7-25 13:24:40 | 显示全部楼层 |阅读模式
现有URL:http://localhost/index.php/s/?wd=XXXXXXXX
使用规则
RewriteEngine on
RewriteCond $1 !^(index\.php|public|robots\.txt) [NC]
RewriteRule ^(.*)$ /index.php/$1 [NC,L]
可得到http://localhost/s/?wd=XXXXXXXX
但是我想要的URL是http://localhost/s/XXXXXXXX

这个规则得怎么写?
请高人指点一二
 楼主| 发表于 2012-7-26 09:05:25 | 显示全部楼层
如果不做URL重写
那么使用js如何将?wd=去掉

本版积分规则