Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hi,

    There is some kind of security issues on your server.

    The response from your server : 403 Forbidden

    Can you try this solution?
    -https://stackoverflow.com/questions/17076893/apache-403-forbidden-when-uploading-files

    More information about the error
    -https://www.hostinger.ph/tutorials/what-is-403-forbidden-error-and-how-to-fix-it

    Thread Starter johnnyr209

    (@johnnyr209)

    Our IT department discovered this plugin is trying to access an Ajax file located in a wpadmin folder. That folder unfortunately is blocked for security reasons. Is there a way around this?

    • This reply was modified 4 years, 3 months ago by johnnyr209.
    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    You need to allow admin-ajax.php this is how the ajax works on wordpress, most of the plugin use this.

    You may try & add this in your .htaccess file.

    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Will not upload on Mobile’ is closed to new replies.