Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created December 23, 2014 07:59
Show Gist options
  • Save RyoSugimoto/7366ac08bdb960ecb0ba to your computer and use it in GitHub Desktop.
Save RyoSugimoto/7366ac08bdb960ecb0ba to your computer and use it in GitHub Desktop.
「index.html」を省略する。
Options FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*/index.html [NC]
RewriteRule ^(.*)index.html$ http://www.example.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment