stnkuehn/WebLTX/master/.htaccess - Htaccess File

stnkuehn/WebLTX/master/.htaccess

# maps the empty URL to index.php
DirectoryIndex index.php

# no directory listing
Options -Indexes

Order Deny,Allow
Deny from all

# allow only index.php and the empty file
# which you get, if you enter only the URL 
<FilesMatch "^(index.php|)$">
    Order Allow,Deny
    Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache