piwik/plugin-PiwikDebugger/master/libs/.htaccess - Htaccess File

piwik/plugin-PiwikDebugger/master/libs/.htaccess

# Allow listing directory
Options All +Indexes 

# Allow direct php files execution (eg. icodecoder)
<Files "*">
<IfModule mod_version.c>
        <IfVersion < 2.4>
                Order Allow,Deny
                Allow from All
        </IfVersion>
        <IfVersion >= 2.4>
                Require all granted
        </IfVersion>
</IfModule>
</Files>
<IfModule !mod_version.c>
        <IfModule !mod_authz_core.c>
                Order Allow,Deny
                Allow from All
        </IfModule>
        <IfModule mod_authz_core.c>
                Require all granted
        </IfModule>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache