Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d have to see the EBD form on your site to figure it out .. I looked around but I can’t find it ?

    Thread Starter spokandersons

    (@spokandersons)

    I just used the shortcode: [email-download download_id=”379″ contact_form_id=”391″]

    On this page (the lower portion) –> http://www.vikencapital.com/ebook

    It looks like your site is giving 404 errors when trying to access .php programs from non-localhost. In other words, WordPress can access .php programs in your wp-content/plugins directory, but if you try to access them from some other system then your system gives a 404.

    You can confirm this by using your browser and trying to go to:
    http://www.vikencapital.com/wp-content/plugins/email-before-download/checkcurl.php
    which will give a 404, even though it shouldn’t. That’s true of all the .php programs in that directory. However, you can access the readme.txt that’s in there:
    http://www.vikencapital.com/wp-content/plugins/email-before-download/readme.txt

    That means something in your configuration is doing that. Most of the time, it’s some security plugin that drops an .htaccess file in your plugins or wp-content or something like that. Or, it could be configuration in your webserver config file. Or, it could be that your hosting company is running some sort of security program that does that. You’ll have to try and track down what’s causing and/or where it’s happening….

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Inline Link 404 Error & No Email’ is closed to new replies.