summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
blob: bafabf43f4fd18ab6c18c09b37ecad62df9cd534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Deny from all
Allow from 132.230.0.0/255.255.0.0
Allow from 127.0.0.0/255.0.0.0
Allow from 192.168.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]