Skip to content

Instantly share code, notes, and snippets.

@maestrojed
Created August 9, 2012 21:30
Show Gist options
  • Save maestrojed/3308214 to your computer and use it in GitHub Desktop.
Save maestrojed/3308214 to your computer and use it in GitHub Desktop.
Drupal Files Path Rewrite
#Turn Mod Rewrite On
RewriteEngine on
#Mod Rewrite Rules
RewriteRule ^files/([^/\.]+)/?$ sites/www.example.com/files/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment