zoli-fischer/o3-cms/master/o3/.htaccess - Htaccess File

zoli-fischer/o3-cms/master/o3/.htaccess

#Change default directory page
DirectoryIndex index.php

#Prevent viewing of .htaccess file
<Files ~ "^.*.([Ll][Oo][Gg]|[Hh][Tt][Aa][Cc][Cc][Ee][Ss][Ss])">
 Order allow,deny
 Deny from all
 Satisfy All
</Files>

#Prevent directory listings
Options All -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache