I'm going to create a website which — in addition to its own content — would have links (in iframes) to the world biggest newspaper websites like New York Times, Financial Times and some other.
But I've faced with a problem of framing permission. For example, NY Times shows me an error Load denied by X-Frame-Options: http://www.nytimes.com/ does not permit framing
. I have read many forums and didn't found a workable solution. Tried to add Header always append X-Frame-Options SAMEORIGIN
into .haccess file but it didn't help. Is there any way to solve this problem?