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

                


                           




                                       

RewriteEngine On

RewriteRule ^(media) - [GL]

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