snap-dyndns-server/.htaccess

16 rivejä
268 B
ApacheConf

2016-04-27 22:48:27 +02:00
# Only allow web access to update.php and index.html
<Files *>
Order Deny,Allow
Deny from all
</Files>
<FilesMatch ^$>
Order Allow,Deny
Allow from all
</FilesMatch>
<FilesMatch "^(update\.php|index\.html)$">
Order Allow,Deny
Allow from all
</FilesMatch>