summaryrefslogblamecommitdiffstats
path: root/public/.htaccess
blob: 1a7fb83df25ef1eae63b0a755cf56e23d4d18b09 (plain) (tree)
1
2
3
4
5
6
7
8
9
                
 
                          
 




                                       
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]