Skip to content

Instantly share code, notes, and snippets.

@katapad
Created May 31, 2013 10:24
Show Gist options
  • Save katapad/5684138 to your computer and use it in GitHub Desktop.
Save katapad/5684138 to your computer and use it in GitHub Desktop.
index.htmlを /test2/sub/index.htmlのもので表示する mod_rewrite
RewriteEngine On
RewriteRule ^(/|index.html)$ /test2/sub2/index.html [P,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment