Forum Moderators: phranque
I used MS Frontpage to download the entire site and uploaded it to my server and stored it in the following directory…
Mydomain.com/sitesearch/cache/www.their-site.com
I then modified the link listing (the section that controls how each result will appear on the serps) and on this I added a link called “recorded” and had it point to…
Mydomain.com/sitesearch/cache/%url%
This then makes any click on that point to…
Mydomain.com/sitesearch/cache/http://www.their-site.com
I then used an htaccess file to point all traffic from …
Mydomain.com/sitesearch/cache/http://www.their-site.com
To
Mydomain.com/sitesearch/cache/www.their-site.com
Here is a copy of the htaccess file
RedirectMatch permanent ^/sitesearch/cache/http://www.their-site.com/(.*) [mydomain.com...]
Hope this is of some use to someone.
:)