Categories: htaccess

.htaccess 301 Redirect

“www.youdomain.com” を “yourdomain.com” へ Redirect する場合 .htaccess に

[code:text]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.yourdomain\.com)(:80)? [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://yourdomain.com/$1 [R=301,L]
[/code]

Share

Recent Posts

移転を計画中?

新たにドメインを取得し、サイト…

4年 ago

iPhone から Android へ乗り換えた

長く使ってきた iPhone …

6年 ago

Chrome の拡張機能がウェブサイトからインストールを中止

ブラウザのアドオン、拡張機能と…

6年 ago

iOS 12 と macOS 10.14 Mojave 対応機種

iOS 12 と macOS …

6年 ago