Skip to content

Instantly share code, notes, and snippets.

@Trustiko
Created December 7, 2013 00:00
Show Gist options
  • Save Trustiko/7834498 to your computer and use it in GitHub Desktop.
Save Trustiko/7834498 to your computer and use it in GitHub Desktop.
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment