Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个网址
http://www.example.com/user.php?user=solomon
我想把它转换成
http://solomon.example.com
我怎样才能做到这一点!!谢谢 :))
ps即时通讯使用plesk
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^http://domain\.com RewriteRule ^user.php http://domain1.com [R=301, L]