Skip to content

Instantly share code, notes, and snippets.

@sta1r
Created December 21, 2012 15:22
Show Gist options
  • Select an option

  • Save sta1r/4353435 to your computer and use it in GitHub Desktop.

Select an option

Save sta1r/4353435 to your computer and use it in GitHub Desktop.
Zenphoto .htaccess with CSS versioning redirection
RewriteEngine On
RewriteBase /
# Redirection for CSS versioning
RewriteRule ^(.*)\.[\d]{10}\.(css|js)$ $1.$2 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment