Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > "file not found redirected to homepage" How?

Reply
Thread Tools

"file not found redirected to homepage" How?

 
 
torlissa
Guest
Posts: n/a
 
      11-13-2003
I want people that seek old, nonexistent web pages to be redirected
to my homepage. How do I achieve this?

Tor Clausen
 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      11-13-2003
(torlissa) wrote:

> I want people that seek old, nonexistent web pages to be redirected
> to my homepage. How do I achieve this?


By using HTTP redirection. I'm pretty sure I saw something about that in
some ancient scripture called "FAQ".

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
 
 
 
Wipkip
Guest
Posts: n/a
 
      11-13-2003
torlissa wrote:
> I want people that seek old, nonexistent web pages to be redirected
> to my homepage. How do I achieve this?
>
> Tor Clausen


http://tinyurl.com/utnf

--
Duende


 
Reply With Quote
 
Leif K-Brooks
Guest
Posts: n/a
 
      11-13-2003
torlissa wrote:
> I want people that seek old, nonexistent web pages to be redirected
> to my homepage. How do I achieve this?


Put this in a file named .htaccess:

ErrorDocument 404 index.html
 
Reply With Quote
 
Michel
Guest
Posts: n/a
 
      11-13-2003
The only right answer.... out of three
Also, if you might have access to the httgpd.conf in Apache (presuming this
is an apache server) you can use an errordoc 404 in your directives

Regards,

Michel


"Leif K-Brooks" <> wrote in message
news:jbNsb.753$...
> torlissa wrote:
> > I want people that seek old, nonexistent web pages to be redirected
> > to my homepage. How do I achieve this?

>
> Put this in a file named .htaccess:
>
> ErrorDocument 404 index.html



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stanaphone sound not redirected to bluetooth headset asdf VOIP 0 08-22-2005 11:49 PM
You are about to be redirected to a connection that is not secure Steve Harris ASP .Net Security 8 10-14-2004 08:46 PM
:o( .... Client not redirected to login page. M O J O ASP .Net 5 09-27-2004 09:24 AM
You are about to be redirected to a connection that is not secure Steve Harris ASP .Net 6 09-23-2004 09:36 AM
HttpContext.Current.User not available in the redirected page Ali Khawaja ASP .Net Security 1 11-03-2003 11:41 AM



Advertisments