collectiveaccess/providence/master/.htaccess - Htaccess File

collectiveaccess/providence/master/.htaccess

Order allow,deny
Allow from all

<FilesMatch ".*.[A-Za-z0-9]+">
  Deny from all
</FilesMatch>
<FilesMatch "^(index.php)?$">
        Allow from all
</FilesMatch>
<FilesMatch "^(index|service|tilepic).php$">
        Allow from all
</FilesMatch>
<FilesMatch "^.*.(css|gif|jpg|png|js|woff|ttf|swf|map|m4v|xml|ply|stl)$">
        Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache