2013-10-09 4 views

답변

0

(리조트의 URL에서 오는 어떤 값) 오션 + 리조트 :

RewriteEngine On 

RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+(testing/mypage\.php)\?PropertyBuyRent=rent&Developer=&Resort=([^&]+)&City=&State=&Country=&Price= [NC] 
RewriteRule^/%1/TimeshareForRent/%2? [R=301,L,NE] 

RewriteRule ^(testing/mypage.php)/TimeshareForRent/([^/]+)/?$ /$1?PropertyBuyRent=rent&Developer=&Resort=$2&City=&State=&Country=&Price= [L,NC,QSA]