Advertisement
dmontal2

trivial_rewrite

Feb 16th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. They need to recode the rewrite mechanisms to both Apache and NGINX --> Just Saying...
  2.  
  3. var dir = '/my/dir';
  4. var css = '*.css';
  5.  
  6. if(dir == css){
  7. new dir = '/my/dir/cool';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement