2012-05-09 12 views

答えて

0

には、以下のisteadを使用してみてください:

RewriteEngine on 
RewriteBase/

RewriteCond %{HTTP:Host} ^current\.mydomain\.com$ [NC] 
RewriteRule ^reg http://another.mydomain.com/registration [NC,P] 
関連する問題