travellers Posted October 20, 2009 Share Posted October 20, 2009 I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the new version of that page is now a couple of folders deep, at domain/subfolder/adverts/ads.php. I've now been approached by an agency who want me to host an advert on adverts.php! What I wanted to do was retain adverts.php in its existing location, and just take a copy of ads.php and display it in that page. That way the advertiser gets his listing where he wants it and I still get the PR of that page. Obviously I can't use a straight <!--#include virtual = "adverts.php" --> for it, so how can I do it?! Link to comment https://forums.phpfreaks.com/topic/178351-pull-content/ Share on other sites More sharing options...
Bricktop Posted October 20, 2009 Share Posted October 20, 2009 Hi travellers, It would prbably be better to investigate using a 301 redirect to the new page (using .htaccess), this should maintain your PageRank. Have a look at this article which explains the process and gives code examples. Hope this helps. Link to comment https://forums.phpfreaks.com/topic/178351-pull-content/#findComment-940469 Share on other sites More sharing options...
Dorky Posted October 20, 2009 Share Posted October 20, 2009 display it in that page <iframe this is an html fix Link to comment https://forums.phpfreaks.com/topic/178351-pull-content/#findComment-940470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.