Viewing 1 replies (of 1 total)
  • Plugin Author Rashed Latif

    (@rashedlatif)

    When you will right click on the captcha image area (the image which is not displaying) and click on “copy image url” and then paste it on any web browser to go to that link you will get 403 error. But if you go to my website Technologiestoday and you will be able to see the captcha is displaying. You can right click on the image and use the url on a web browser you will be able to see the image without the error.

    You can read the following link about 403 error and you may get some idea why its happening.

    403 error

    Also you can try to add the following lines in your .htaccess files and it may help.

    <Files easycaptcha.php>
    allow from all
    </Files>

    It also can be cause by mod_security rules but in that case you need to contact your web hosting company.

Viewing 1 replies (of 1 total)
  • The topic ‘captcha not working – image does not show’ is closed to new replies.