Skip to content

Instantly share code, notes, and snippets.

@jgmac1106
Created December 30, 2018 14:26
Show Gist options
  • Save jgmac1106/0082fb5a23130316f2e7030a137223f5 to your computer and use it in GitHub Desktop.
Save jgmac1106/0082fb5a23130316f2e7030a137223f5 to your computer and use it in GitHub Desktop.
htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment