1

いくつかの可能な解決策を検索して試しました。

私はから始めます:

http://example.com/729/start-page.asp?cid=4004  
http://example.com/729/start-page.asp?cid=7916

そしてしようとしています:

http://example.com/johns-start-page  
http://example.com/judys-start-page

または可能であれば:

http://johns-start-page.example.com/  
http://judys-start-page.example.com/

これまでのところ、私は持っています:

RewriteEngine on
RewriteCond %{QUERY_STRING} ^cID=4004$  
RewriteRule ^729\.asp$ /johns-start-page [NC,R=301,L]

RewriteCond %{QUERY_STRING} ^cID=7916$  
RewriteRule ^729\.asp$ /judys-start-page [NC,R=301,L]
4

1 に答える 1