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


                                  
                
 
                          
 




                                       
Deny from all
Allow from 132.230.0.0/255.255.0.0

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]