Skip to content

Instantly share code, notes, and snippets.

@enriqueaf
Created October 28, 2011 16:19
Show Gist options
  • Save enriqueaf/1322667 to your computer and use it in GitHub Desktop.
Save enriqueaf/1322667 to your computer and use it in GitHub Desktop.
Apache .htaccess using PJAX
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:X-PJAX} true
RewriteRule ^guides/(.+) /pjax/guides/$1/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment