Skip to content

Instantly share code, notes, and snippets.

@kalendar
Last active November 9, 2018 20:18
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 kalendar/76466a9d6a22ef6b3167af398e7904a8 to your computer and use it in GitHub Desktop.
Save kalendar/76466a9d6a22ef6b3167af398e7904a8 to your computer and use it in GitHub Desktop.
.htaccess for using WJT with Wordpress
# BEGIN WordPress
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
RewriteEngine On
RewriteBase /throwaway/
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment