[Plugin: BulletProof Security] Allowing External Site to access php file
-
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.
The topic ‘[Plugin: BulletProof Security] Allowing External Site to access php file’ is closed to new replies.