Viewing 1 replies (of 1 total)
  • Steven

    (@steven-speirs)

    Here are a few things to check/try:

    (1) The problem could be caused by a conflict with a theme or plugin.
    Try temporarily reverting to a default WordPress theme (such as Twenty Sixteen) to see if this helps.

    (2) If not, then try temporarily deactivating all plugins other than WP-SimpleViewer and reactivate them one-by-one (checking WP-SimpleViewer’s functionality after each one) to see if you can find the source of the conflict.

    (3) Please try completely clearing your browser’s cache and trying again.
    This will ensure that your browser fetches and uses the most recent versions of the WP-SimpleViewer files from your web server.

    (4) If you use the BulletProof Security plugin, then this may be the cause of your problem and you will need to add a skip/bypass rule to the .htaccess file in your root directory as follows:

    # SimpleViewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/WordPress_directory _name/wp-content/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]

    (You will need to change the path in the code above as necessary for your own WordPress site.)

    (5) If you do not use the BulletProof Security plugin, then please check your .htaccess file for an entry such as:

    <Files *.php>
        deny from all
    </Files>

    If you find such an entry, either comment it out or remove it.

    (6) Also, try checking the permissions of the files and folders in the ‘wp-content/plugins/wp-simpleviewer/‘ directory on your web server to make sure that they are not too restrictive. Default permissions of 755 for folders and 644 for files should be fine.

    Hopefully one of these suggestions will help.

Viewing 1 replies (of 1 total)
  • The topic ‘403 error when trying to add gallery’ is closed to new replies.