summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
blob: 3a6cf08cc542fccfe09bcf9e76b0acaaa4c5f51f (plain) (blame)
1
2
3
4
5
6
7
8
9
10

RewriteEngine On

RewriteRule ^(media) - [L]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]