Skip to content

Instantly share code, notes, and snippets.

Created November 6, 2012 00:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4021271 to your computer and use it in GitHub Desktop.
Save anonymous/4021271 to your computer and use it in GitHub Desktop.
PJAX Apache rewrite
RewriteEngine On
RewriteCond %{HTTP:X-PJAX} true
RewriteRule blog/(.*)/ content/$1.html
RewriteCond %{HTTP:X-PJAX} true
RewriteRule ^$ content/index.html
RewriteCond %{HTTP:X-PJAX} true
RewriteRule about-kyle-rush about-kyle-rush-content.html
RewriteCond %{HTTP:X-PJAX} true
RewriteRule contact contact-content.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment