Guest User

Untitled

a guest
Sep 27th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <Directory /var/www/html/monica>
  2. Options Indexes FollowSymLinks
  3. AllowOverride All
  4. Require all granted
  5.  
  6. RewriteEngine on
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteRule (.+\.(?:jpg|png|css|js))$ /public/$1 [L]
  9. </Directory>
Add Comment
Please, Sign In to add comment