Skip to content

Instantly share code, notes, and snippets.

@aussiegeek
Created March 10, 2010 05:37
Show Gist options
  • Save aussiegeek/327559 to your computer and use it in GitHub Desktop.
Save aussiegeek/327559 to your computer and use it in GitHub Desktop.
RewriteCond %{REQUEST_URI} !^/(store|images|scripts|favicon.ico|javascript|SpryAssets|stylesheets|robots.txt).*
RewriteRule (.*) http://www.domain.com$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment