コメントありがとうございます。 サービス終了した今なら、安く中古が手に入りそ…
URLの変更をhtaccessで行う
hoge.domain.jp を foo.domain.com に引っ越ししたい場合のリダイレクト処理
※この場合、ドメイン以下のディレクトリも引き継ぎます
※httpをhttpsへリダイレクトさせるも参照
.htaccess
RewriteEngine on RewriteCond %{HTTP_HOST} hoge.domain.jp RewriteRule ^(.*)$ https://foo.domain.com/$1 [L]
検索
コメントを残す