Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created June 4, 2013 05:54
Show Gist options
  • Save eduardolundgren/5703878 to your computer and use it in GitHub Desktop.
Save eduardolundgren/5703878 to your computer and use it in GitHub Desktop.
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|#.*|\?.*|/[^.]*)$ [NC]
RewriteRule . /wordpress/index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment