i'm looking iframes. i'm going create website except own content have links (in iframes) world biggest newspaper website new york times, financial times , other. faced problem of framing permision. example ny times shows me error "load denied x-frame-options: http://www.nytimes.com/ not permit framing" have read many forums , didnt found workable solution. tried add header append x-frame-options sameorigin .haccess file didnt help. there way solve question?
some websites have server setting not allow other websites "frame" content. protect copyrights , direct traffic websites only.
this typically done adding following apache's configuration ( httpd.conf
file):
header append x-frame-options sameorigin
unfortunately, there nothing can if want frame website.
Comments
Post a Comment