gjerdery/providence/master/install/.htaccess - Htaccess File

gjerdery/providence/master/install/.htaccess

Order allow,deny
Deny from all

<FilesMatch "^(index.php)?$">
        Allow from all
</FilesMatch>
<FilesMatch "install$">
  Allow from all
</FilesMatch>
<FilesMatch "^.*.(css|gif|jpg|png|js)$">
        Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache