Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
parse path from referer's url
Name: s73invci Date: July 8, 2004 at 13:44:37 Pacific OS: macosx CPU/Ram: dual1.8/4gb
Comment:
I am switching domains and want to create a page that will direct people coming from search engine and/or bookmarked pages to be informed that the pages has been moved and then offered a link to the new location of the page. I am looking for a way to display an altered referer link. The folder structure is the same on the new site so all that needs to be changed is the hostname.
Name: safeTsurfa Date: July 8, 2004 at 16:07:22 Pacific
Reply:
Why not keep the old site's index page and use a META refresh to reload with the new page after say 2 seconds? Google how it's done.
0
Response Number 2
Name: b0red Date: July 8, 2004 at 19:04:04 Pacific
Reply:
A search engine friendly way of doing this would be to use an Apache redirect. Visitors will not be shown a link, but taken directly to the new website.
Summary: If I include a page from another and the include page references a file, the path to that file is relative to the page that called the include. Is there any way I can make the file paths relative to t...
Summary: Hi. I have a small function I've written (below) to send XML data to a server, and receive XML data back. This will be part of a package that is installed on a website. It uses fsockopen, fputs and f...
Summary: oireno, Michael is right but his examples are wrong. an absolute path is the entire URL starting with http:// for example... http://www.yoursite/images/picture.jpg is an absolute path to the picture...