Skip to content

Instantly share code, notes, and snippets.

@sachi-hara
Created May 3, 2015 16:45
Show Gist options
  • Save sachi-hara/fc0301314977251bfe57 to your computer and use it in GitHub Desktop.
Save sachi-hara/fc0301314977251bfe57 to your computer and use it in GitHub Desktop.
ドキュメントルートからWordpressへのリダイレクト設定
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^$ /note/ [R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment