2017-04-24 10 views

答えて

0

は、それが私のために働いているようこれは、あなたを助けることを願っています。

Check this .htaccess code here

RewriteEngine on 
RewriteCond %{HTTP_HOST} ([a-z]+)\.(example\.com) #checking domain and subdomain 
RewriteRule ^(.*)$ https://www.%2/%1 [R=301,L] #redirecting 
関連する問題