learning-layers/LearningToolbox/master/.htaccess - Htaccess File

learning-layers/LearningToolbox/master/.htaccess

### MAIN DEFAULTS

DirectoryIndex login.html
Options -Indexes

redirect 301 /index.html http://learning-toolbox.glyn.in/home-context-my-toolbox.html
redirect 301 /home.html http://learning-toolbox.glyn.in/home-context-my-toolbox.html

# STRONG HTACCESS PROTECTION
<Files ~ "^.*.([Hh][Tt][Aa])">
 order allow,deny
 deny from all
 satisfy all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache