washaweb/Website-Mockup-viewer/master/.htaccess - Htaccess File

washaweb/Website-Mockup-viewer/master/.htaccess

#Change default directory page
DirectoryIndex index.html

#Prevent viewing of .htaccess file
<Files .htaccess>
  order allow,deny
  deny from all
</Files>

#Prevent directory listings
Options All -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache