joshua-m-david/jerichoencryption/master/server/.htaccess - Htaccess File

joshua-m-david/jerichoencryption/master/server/.htaccess

# Don't show directory listing
Options -Indexes

# Deny access to all subdirectories and files
Order Allow,Deny
Deny From All

# Allow access to the index file only
<FilesMatch "index.php">
  Allow from All
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache