.htaccess 318 Bytes
Newer Older
nextime's avatar
nextime committed
1 2 3 4 5
FallbackResource /domotika/gui/index.php
<Files *.php>
    Order Deny,Allow
    Deny from all
</Files>
6 7 8 9 10 11 12
<Files offline.appcache>
    Order Allow,Deny
    Allow from all
   ExpiresActive On
   ExpiresDefault "access"

</Files>
nextime's avatar
nextime committed
13

14
<FilesMatch "^(index|install)\.php$">
nextime's avatar
nextime committed
15 16
    Order Allow,Deny
    Allow from all
17
</FilesMatch>