Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Oct 09, 2025, 05:40 AM

Title: Domain that has frame forwarding hosting type shows blank page on Plesk server
Post by: Suhitha on Oct 09, 2025, 05:40 AM
Question: Domain that has frame forwarding hosting type shows blank page on Plesk server


Applicable to:

Plesk for Linux


Symptoms

# curl -k -I https://anotherdomain.com
...
X-Frame-Options: DENY


Cause

Rendering of anotherdomain.com as a frame is forbidden on remote hosts.


Resolution

To allow the anotherdomain.com page be displayed in a frame on the example.com, add the following directive in the Apache settings on the server where anotherdomain.com website is hosted:

Header set X-Frame-Options "ALLOW-FROM http://example.com/"
Check this article for additional information.