Skip to content

Instantly share code, notes, and snippets.

@WPCred1
Created December 13, 2022 11:14
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 WPCred1/4d4897d7f7ffe7576b5c8d5a5d9fe317 to your computer and use it in GitHub Desktop.
Save WPCred1/4d4897d7f7ffe7576b5c8d5a5d9fe317 to your computer and use it in GitHub Desktop.
# BEGIN WordPress
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
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