mickey9801/tvparty2/master/lib/captcha/.htaccess - Htaccess File

mickey9801/tvparty2/master/lib/captcha/.htaccess

Order deny,allow
deny from all

<Files captcha.png>
    Order allow,deny
    allow from all 
    ForceType application/x-httpd-php
</Files>

<Files captcha.js>
    Order allow,deny
    allow from all 
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache