Skip to content

Instantly share code, notes, and snippets.

@shield-9
Created August 31, 2014 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shield-9/33c2a2f01558727c9b07 to your computer and use it in GitHub Desktop.
Save shield-9/33c2a2f01558727c9b07 to your computer and use it in GitHub Desktop.
#WordPress-ja-forum-138288
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /hogehoge/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /hogehoge/index.php [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment