我的网址如下:
我怎么能为此写htaccess?
答案 0 :(得分:1)
您可以使用此规则:
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+(testing/mypage\.php)\?PropertyBuyRent=rent&Developer=&Resort=&City=&State=&Country=&Price= [NC]
RewriteRule ^ /%1/TimeshareForRent/All? [R=301,L]
RewriteRule ^(testing/mypage.php)/TimeshareForRent/All/?$ /$1?PropertyBuyRent=rent&Developer=&Resort=&City=&State=&Country=&Price= [L,NC,QSA]
答案 1 :(得分:0)
您可以使用此行并在php文件中进行编辑,如下所示
RewriteRule ^mypage.php/TimeshareForRent/All/?$ mypage.php?PropertyBuyRent=rent&Developer=&Resort=&City=&State=&Country=&Price= [L,NC,QSA]
当条件匹配时,您可以告诉您的php文件重定向到“mypage.php / TimeshareForRent / All”,因为根据上述规则,它将使用没有变量的变量屏蔽变量的URL