Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Directory /var/www/html/monica>
- Options Indexes FollowSymLinks
- AllowOverride All
- Require all granted
- RewriteEngine on
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule (.+\.(?:jpg|png|css|js))$ /public/$1 [L]
- </Directory>
Add Comment
Please, Sign In to add comment