我有一个像这样的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
我不知道我做错了什么,我花了几个小时谷歌搜索.请帮忙!
提前致谢