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.
私はこのURLを持っています
http://www.example.com/user.php?user=solomon
これをに変換したい
http://solomon.example.com
これどうやってするの!!ありがとう :))
pleskを使用したpsim
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^http://domain\.com RewriteRule ^user.php http://domain1.com [R=301, L]