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があります
www.mydomain.com/mydomain
ただし、誰かが www.mydomain.com と入力すると、上記は URL リダイレクトなしで読み込まれるはずです。どうすればこれを達成できますか?
前もって感謝します。
RewriteEngine on RewriteCond %{HTTP_HOST} ^subdomain\.yourdomain\.com RewriteRule ^(.*)$ subdomain/$1 [L,QSA]
参照: Apache mod_rewrite - サブドメインからメイン ドメインへの書き換え