• Hello,

    We are allowing a partner to iframe a file called calendar.php onto their site. calendar.php sits in our root directory. When BPS is activated, our partner receives a 403 Forbidden error. I’ve tried a few techniques that have not worked.

    I’ve tried commenting out “Options -Indexes” but I cannot get the changes to stick, without the entire .htaccess file changing.

    I’ve also added this code below to the “CUSTOM CODE DENY BROWSER ACCESS TO THESE FILES” section (obviously wth the IP address of the site trying to iframe).

    <FilesMatch "^(calendar\.php)">
    Order allow,deny
    Deny from all
    Allow from 111.222.333.444
    </FilesMatch>

    other than these two changes, I cannot find any help with this issue.
    Thanks in advance for your help.

Viewing 1 replies (of 1 total)
  • Is a 403 error being logged in your BPS Security Log on your site? If so, post that error from your BPS Security Log. Is the other partner site a WordPress site? If so, and BPS is installed on that site then post the error in the BPS Security Log for that partner site.

    If none of the things above can be done then…
    I would need to see the iframe code to understand what you are doing and why it is not working.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: BulletProof Security] Allowing External Site to access php file’ is closed to new replies.