|
- # 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>
|