さくらインターネットスタンダードプランでURLからindex.htmlやindex.phpを隠す

http://lifehack.skytips.xyz/index.html
http://lifehack.skytips.xyz/index.php
http://lifehack.skytips.xyz/index.cgi
へアクセスした際のURL表示を
http://lifehack.skytips.xyz/
にする。
.htaccessに以下を記述する。

DirectoryIndex index.html index.cgi index.php .ht
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*/index.(html|php)
RewriteRule ^(.*)index.(html|php)$ http://%{HTTP_HOST}/$1 [R=301,L]

シェアする

  • このエントリーをはてなブックマークに追加

フォローする