Deleted bookmarked pages?

R

Rod C

Lets say that I have a web site and I delete a page that
users may have bookmarked or may have in their history
dropdown. How do I redirect the attempt to a valid page?
 
C

Charles Kenyon

Check with your web host. They will have a name for such a file and let you
post a page with that name.
--
Charles Kenyon

Word New User FAQ & Web Directory:
<URL: http://www.addbalance.com/word/index.htm>

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://www.addbalance.com/usersguide/index.htm>

Word Resources Page
<URL: http://www.addbalance.com/word/wordwebresources.htm>

See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
C

Cliff K

There are actually two ways to do this. If you are running
the web server, you can use Apache and change it. (Go to
webmasterworld.com and search).

Since I don't run my own server, I use a "redirect".
With the original page name, put in the head section of
the HTML:
<meta http-equiv="refresh" content="1;
url=http://yourwebsite.com/the-new-page-here.htm">

The "1" above is how many seconds the page will take to
refresh to the new page. The "url" redirects the user to
whatever page you want them to go to. In the body section,
I put a generic statement: "This page has moved, and you
will be redirected in a few seconds. If your browser does
not take you to the new page, click here.
The "click here" is a link to whatever page you wish them
to go to our your site.
good luck, cliff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top