zheileman/potiphoti/master/.htaccess - Htaccess File

zheileman/potiphoti/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>

Options +ExecCGI
AddHandler cgi-script cgi

AddType text/xml .xml
AddType text/xml .xsl

DirectoryIndex _p.cgi

<Files config.txt>
    <Limit GET>
    deny from all
    </Limit>
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache