Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. # hide public in the url
  4. RewriteRule ^$ public/ [L]
  5.  
  6. # my attempt to fixing all the broken assets
  7. RewriteRule ^/assets/logos/(.*)$ public/assets/logos/$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement