ponepaste/includes/.htaccess
aftercase 3b16f2b2a2 Allow access to captcha.php
htaccess file were blocking generated image from displaying.
2021-07-15 20:10:48 +01:00

4 lines
No EOL
69 B
ApacheConf

Deny From All
<FilesMatch "captcha.php">
Allow From All
</FilesMatch>