Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # .htaccess
  2. # style.v123.css -> style.css
  3. RewriteRule ^(.*)\.v[0-9]+\.css$ $1.css
  4. RewriteRule ^(.*)\.v[0-9]+\.js$ $1.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement