washaweb/gulp-browsersync-poc/master/.htaccess - Htaccess File

washaweb/gulp-browsersync-poc/master/.htaccess

#Custom 404 errors
ErrorDocument 404 404.html

#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