我使用指令。htaccess
<IfModule mod_rewrite.c>
RewriteCond %{QUERY_STRING} !^$
RewriteCond %{QUERY_STRING} !(^|&)appId=
RewriteCond %{QUERY_STRING} !(^|&)q=
RewriteRule ^(.+?)\\.html$ https://%{HTTP_HOST}/$1.html? [L,R=301]
</IfModule>
如果RewriteCond %{QUERY_STRING} !^$
替换为此RewriteCond %{THE_REQUEST} \\?
但是这个指令not work 在Litespeed服务器上。当然,我联系了这个服务器的开发人员。
如何剪切(重定向)到没有问号的链接via 作用php?
示例:如果打开website.com/post-name.html? &燃气轮机&燃气轮机&燃气轮机;重定向(>)&燃气轮机&燃气轮机;website.com/post-name.html
对不起,我的英语不好。