标签: url .htaccess subdomain wildcard-subdomain
我有这个网址
http://www.example.com/user.php?user=solomon
我想将其转换为
http://solomon.example.com
我该怎么办!!谢谢:))
P.S。即时通讯使用plesk
答案 0 :(得分:-3)
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^http://domain\.com RewriteRule ^user.php http://domain1.com [R=301, L]