lainproliant/CinciLMS/master/site/lib/.htaccess - Htaccess File

lainproliant/CinciLMS/master/site/lib/.htaccess

# Hide all *.php files from users.
<Files ~ "^.*.php">
   Order allow,deny
   Deny from all
   Satisfy All
</Files>

# Allow the outside world to see the Ajax portal.
<Files ~ "^ajax.php">
   Order allow,deny
   Allow from all
   Satisfy All
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache