小编Mar*_*000的帖子

htaccess RewriteRule保存查询字符串

我有一个像这样的RewriteRule:

RewriteRule ^thesection$ /sections.php [L]
RewriteRule ^thesection/(.*)$ /sections.php?show=$1 [L]
Run Code Online (Sandbox Code Playgroud)

所以,如果我进入domain.com/thesection- >它完美无缺

但是!如果我输入domain.com/thesection/hello它重定向到domain.com/thesection?show=hello

我不知道我做错了什么,我花了几个小时谷歌搜索.请帮忙!

提前致谢

.htaccess mod-rewrite

6
推荐指数
1
解决办法
979
查看次数

标签 统计

.htaccess ×1

mod-rewrite ×1