• I would like to let other website owners display pages from my site on their site.
    I checked the .htaccess of my site but couldn’t find any code line preventing my site to show in an iframe, but when I try to iframe the pages I get an error.
    I found out that there are 3 options:
    X-Frame-Options: DENY
    X-Frame-Options: SAMEORIGIN
    X-Frame-Options: ALLOW-FROM https://example.com/
    But I couldn’t figure out how to use one of those lines and where to insert it (I prefer the third one where I can decide who can iframe my pages).

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Allow to show my wordpress site in iframe’ is closed to new replies.