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.
例えば:
mydomain.com/whatever
のように見せる
MyDomain.com/whatever
htaccess で書き換えルールを使用することはできますか?
私は試した:
RewriteCond %{HTTP_HOST} !^www\.mrhowtosay\.com/([^&\s]+) RewriteRule ^(.*)$ http://www\.MrHowToSay.com/$1 [R=301,L]
しかし、それは無限にループします