且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

htaccess的重写规则重定向的URL包含具体参数

更新时间:2023-09-12 08:37:58

添加到您的htaccess文件在你的文档根目录:

Add this to your htaccess file in your document root:

RewriteCond %{QUERY_STRING} ^f=12&t=345$
RewriteRule ^forum/viewtopic.php$ /landing-page.html [R=301]

从本质上讲要匹配这个查询字符串的RewriteCond 和URI中的重写规则