从网址中创建子域名?

时间:2010-12-30 18:03:57

标签: url .htaccess subdomain wildcard-subdomain

我有这个网址

http://www.example.com/user.php?user=solomon

我想将其转换为

http://solomon.example.com

我该怎么办!!谢谢:))

P.S。即时通讯使用plesk

1 个答案:

答案 0 :(得分:-3)

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^http://domain\.com
RewriteRule ^user.php http://domain1.com [R=301, L]