wamuseum/providence/master-fix/.htaccess - Htaccess File

wamuseum/providence/master-fix/.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|ico|js|woff|woff2|ttf|eot|swf|map|m4v|xml|ply|stl)$">
        Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache