mrmgee/dev-evtouch/master/analytics/piwik/libs/.htaccess - Htaccess File

mrmgee/dev-evtouch/master/analytics/piwik/libs/.htaccess

<Files ~ ".(php|php4|php5|inc|tpl|in)$">
<IfModule mod_access.c>
Deny from all
</IfModule>
<IfModule !mod_access_compat>
<IfModule mod_authz_host.c>
Deny from all
</IfModule>
</IfModule>
<IfModule mod_access_compat>
Deny from all
</IfModule>
</Files>
<Files ~ ".(test.php|gif|ico|jpg|png|js|css|swf)$">
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule !mod_access_compat>
<IfModule mod_authz_host.c>
Allow from all
</IfModule>
</IfModule>
<IfModule mod_access_compat>
Allow from all
</IfModule>
Satisfy any
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache