Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created March 11, 2012 02:24
Show Gist options
  • Save itspriddle/2014590 to your computer and use it in GitHub Desktop.
Save itspriddle/2014590 to your computer and use it in GitHub Desktop.
# Breaks in Chrome
RewriteRule /somepath/(.*) /some-other/file.php?file=$1 [L,NC]
# Works
RewriteRule /somepath/(.*) http://%{HTTP_HOST}/some-other/file.php?file=$1 [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment