Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

404 errors

 
Goto page 1, 2, 3
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  which front page works best?  
Author Message
newsgroups3

External


Since: Aug 10, 2004
Posts: 3



(Msg. 1) Posted: Tue Aug 10, 2004 7:28 pm
Post subject: 404 errors
Archived from groups: alt>www>webmaster (more info?)

I have seen on other sites - if you go to a non existant page eg:
www.xyz.com/12345, the custom 404 will display a message like "Sorry
www.xyz.com/12345 does not exist (or whatever" and the address bar
remains at www.xyz.com/12345, rather than changing. How can I do this on
my site?
--
To reply direct, remove NOSPAM and replace with railwaysonline

 >> Stay informed about: 404 errors 
Back to top
Login to vote
peter2

External


Since: Oct 27, 2003
Posts: 29



(Msg. 2) Posted: Tue Aug 10, 2004 8:43 pm
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Joe wrote in
<cfat3a$n6f$1@sparta.btinternet.com>

 > I have seen on other sites - if you go to a non existant page eg:
 > <a style='text-decoration: underline;' href="http://www.xyz.com/12345," target="_blank">www.xyz.com/12345,</a> the custom 404 will display a message like "Sorry
 > <a style='text-decoration: underline;' href="http://www.xyz.com/12345" target="_blank">www.xyz.com/12345</a> does not exist (or whatever" and the address bar
 > remains at <a style='text-decoration: underline;' href="http://www.xyz.com/12345," target="_blank">www.xyz.com/12345,</a> rather than changing. How can I do this
 > on my site?

Create you own "Can't find it" web page and direct visitors to it with the
following line in your .htaccess file with the path/file name suitably
amended:

ErrorDocument 404 <a style='text-decoration: underline;' href="http://www.example.com/my404.html" target="_blank">http://www.example.com/my404.html</a>

It really is that easy - and you can be imaginative:
<a style='text-decoration: underline;' href="http://www.plinko.net/404/area404.asp" target="_blank">http://www.plinko.net/404/area404.asp</a>

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: 404 errors 
Back to top
Login to vote
usewebsiteinsi

External


Since: Apr 25, 2004
Posts: 91



(Msg. 3) Posted: Tue Aug 10, 2004 9:03 pm
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

*PeterMcC* wrote:
[Custom 404s]
 > It really is that easy - and you can be imaginative:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.plinko.net/404/area404.asp</font" target="_blank">http://www.plinko.net/404/area404.asp</font</a>>

<a style='text-decoration: underline;' href="http://www.homestarrunner.com/systemisdown.html" target="_blank">http://www.homestarrunner.com/systemisdown.html</a> [Caveat: Flash]
--
Andrew Urquhart
- Contact me: <a style='text-decoration: underline;' href="http://andrewu.co.uk/contact/" target="_blank">http://andrewu.co.uk/contact/</a>
- This post is probably time-stamped +1 hour - blame my ISP (NTL)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
peter2

External


Since: Oct 27, 2003
Posts: 29



(Msg. 4) Posted: Tue Aug 10, 2004 9:30 pm
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Andrew Urquhart wrote in
<W58Sc.1652$FA4.1449@newsfe4-gui.ntli.net>

 > *PeterMcC* wrote:
 > [Custom 404s]
  >> It really is that easy - and you can be imaginative:
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.plinko.net/404/area404.asp</font" target="_blank">http://www.plinko.net/404/area404.asp</font</a>>
 >
 > <a style='text-decoration: underline;' href="http://www.homestarrunner.com/systemisdown.html" target="_blank">http://www.homestarrunner.com/systemisdown.html</a> [Caveat: Flash]

Thanks for that - bookmarked Smile

My &deity; though, I do hate talented people.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
newsgroups3

External


Since: Aug 10, 2004
Posts: 3



(Msg. 5) Posted: Tue Aug 10, 2004 9:59 pm
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

PeterMcC wrote:
 > Create you own "Can't find it" web page and direct visitors to it with the
 > following line in your .htaccess file with the path/file name suitably
 > amended:
<font color=purple> > ErrorDocument 404 <a style='text-decoration: underline;' href="http://www.example.com/my404.html</font" target="_blank">http://www.example.com/my404.html</font</a>>
 > It really is that easy - and you can be imaginative:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.plinko.net/404/area404.asp</font" target="_blank">http://www.plinko.net/404/area404.asp</font</a>>


Ive already done that, I was referring to something like
<a style='text-decoration: underline;' href="http://www.sweet-prince.com/asdasdf," target="_blank">www.sweet-prince.com/asdasdf,</a> where <a style='text-decoration: underline;' href="http://www.sweet-prince.com/asdasdf" target="_blank">www.sweet-prince.com/asdasdf</a> is
actually written in the body.
--
To reply direct, remove NOSPAM and replace with railwaysonline<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
username

External


Since: Aug 01, 2004
Posts: 76



(Msg. 6) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Joe" <newsgroups DeleteThis @NOSPAM.co.uk> wrote in message
news:cfat3a$n6f$1@sparta.btinternet.com...
 > I have seen on other sites - if you go to a non existant page eg:
 > <a style='text-decoration: underline;' href="http://www.xyz.com/12345," target="_blank">www.xyz.com/12345,</a> the custom 404 will display a message like "Sorry
 > <a style='text-decoration: underline;' href="http://www.xyz.com/12345" target="_blank">www.xyz.com/12345</a> does not exist (or whatever" and the address bar
 > remains at <a style='text-decoration: underline;' href="http://www.xyz.com/12345," target="_blank">www.xyz.com/12345,</a> rather than changing. How can I do this on
 > my site?

A thought I've had on 404 pages.....I've set my 404 page up to automatically
redirect to the websites front page.....My thinking is that a large
percentage of people will get pissed off and navigate away if they find a
404 page.....But by redirecting them back to my home page, I stand a better
chance of keeping them on the site.....

Has anyone got any thoughts on this?.....

--
Sam.
<a style='text-decoration: underline;' href="http://www.doohickeys.co.uk" target="_blank">www.doohickeys.co.uk</a>
For Desirable Devices<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spam3

External


Since: Jul 01, 2003
Posts: 411



(Msg. 7) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fat Sam wrote:

 > "Joe" <newsgroups DeleteThis @NOSPAM.co.uk> wrote in message
 > news:cfat3a$n6f$1@sparta.btinternet.com...
 >
  >>I have seen on other sites - if you go to a non existant page eg:
  >>www.xyz.com/12345, the custom 404 will display a message like "Sorry
  >>www.xyz.com/12345 does not exist (or whatever" and the address bar
  >>remains at <a style='text-decoration: underline;' href="http://www.xyz.com/12345," target="_blank">www.xyz.com/12345,</a> rather than changing. How can I do this on
  >>my site?
 >
 >
 > A thought I've had on 404 pages.....I've set my 404 page up to automatically
 > redirect to the websites front page.....My thinking is that a large
 > percentage of people will get pissed off and navigate away if they find a
 > 404 page.....But by redirecting them back to my home page, I stand a better
 > chance of keeping them on the site.....
 >
 > Has anyone got any thoughts on this?.....

I do similar here:

<a style='text-decoration: underline;' href="http://www.koivi.com/somethingthatdoesnotexist/" target="_blank">http://www.koivi.com/somethingthatdoesnotexist/</a>

Of course, I don't use it just for 404s...

ErrorDocument 400 /index.php?error=400
ErrorDocument 401 /index.php?error=401
ErrorDocument 403 /index.php?error=403
ErrorDocument 404 /index.php?error=404
ErrorDocument 405 /index.php?error=405
ErrorDocument 406 /index.php?error=406
ErrorDocument 407 /index.php?error=407
ErrorDocument 408 /index.php?error=408
ErrorDocument 409 /index.php?error=409
ErrorDocument 410 /index.php?error=410
ErrorDocument 411 /index.php?error=411
ErrorDocument 412 /index.php?error=412
ErrorDocument 413 /index.php?error=413
ErrorDocument 414 /index.php?error=414
ErrorDocument 415 /index.php?error=415
ErrorDocument 416 /index.php?error=416
ErrorDocument 417 /index.php?error=417

Each has it's own little message.

--
Justin Koivisto - spam DeleteThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 8) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 10 Aug 2004 21:22:25 +0100, Fat Sam <username DeleteThis @domainname.com>
wrote:

 > A thought I've had on 404 pages.....I've set my 404 page up to
 > automatically redirect to the websites front page.
 >
 > Has anyone got any thoughts on this?.....

Not only are you hiding the fact you have a broken link, but you're adding
customer confusion on top of it? Crazy!

Any site I work on, I have a nice 404 page which explains that the page
could not be found. This page also sends me an email containing the
details of the request so I can see if I have some repair work to do.

You might think that you'd get many many many emails if you put this
system into effect, and at first, you do!

But by fixing the broken links and setting redirects in your .htaccess (or
what-have-you for Windows) you'll whittle down the emails until your site
is running tight as a... er... drum, yesh, a drum. In fact, this system
is the best for quickly alerting you if you've added content containing a
broken link. Who better to be your editor than your own army of customers?

My own site gets ~13,000 unique visits per month (430/day) and after many
months of a tweak here and a fix there, only 3 or 4 404's per day. Out of
a total of ~180,000 requests per month that's less than .06% !!!

As an example, I recently updated three zip files I have available for
download at my site. In updating them, I changed their names and changed
some rules in my .htaccess file so the latest ones would be downloaded. I
tested the links, they worked, voila. However, over the weekend I began
getting 404 emails containing requests pointed at the old files! These
requests should've been automatically forwarded to the new filenames and
when I'd updated them they'd worked. Now they didn't! I went back to
check, and sure enough, my host had restored a previous backup of my
..htaccess file somehow and the new rules were no longer there. I re-added
the rules and all was well again.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
mgw1979

External


Since: Jul 09, 2003
Posts: 527



(Msg. 9) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fat Sam wrote:

 > A thought I've had on 404 pages.....I've set my 404 page up to automatically
 > redirect to the websites front page.....My thinking is that a large
 > percentage of people will get pissed off and navigate away if they find a
 > 404 page.....But by redirecting them back to my home page, I stand a better
 > chance of keeping them on the site.....
 >
 > Has anyone got any thoughts on this?.....

I find it *much* more annoying to be redirected back to the home page.
For my site, I have a custom 404 that asks people to please contact me
and let me know which link is broken - that let's people know that I
care about whether my site works - and has a link back to the table of
contents.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spamblocked

External


Since: Sep 14, 2004
Posts: 588



(Msg. 10) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

 > ...
 > my host had restored a previous backup ...

been having far too much fun with your host lately.

--
William Tasso
Recommended reading ...
<a style='text-decoration: underline;' href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a>
<a style='text-decoration: underline;' href="http://www.aww-faq.org/" target="_blank">http://www.aww-faq.org/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spam3

External


Since: Jul 01, 2003
Posts: 411



(Msg. 11) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

 > On Tue, 10 Aug 2004 21:22:25 +0100, Fat Sam <username DeleteThis @domainname.com>
 > wrote:
 >
  >> A thought I've had on 404 pages.....I've set my 404 page up to
  >> automatically redirect to the websites front page.
  >>
  >> Has anyone got any thoughts on this?.....
 >
 > Not only are you hiding the fact you have a broken link, but you're
 > adding customer confusion on top of it? Crazy!
 >
 > Any site I work on, I have a nice 404 page which explains that the page
 > could not be found. This page also sends me an email containing the
 > details of the request so I can see if I have some repair work to do.
 >
 > You might think that you'd get many many many emails if you put this
 > system into effect, and at first, you do!

I can vouch for that... Wink However, these have died down considerably
over time. Also, without telling people to contact me, messages
regarding this have dropped to about 5% of the initial volume.

 > My own site gets ~13,000 unique visits per month (430/day) and after
 > many months of a tweak here and a fix there, only 3 or 4 404's per
 > day. Out of a total of ~180,000 requests per month that's less than
 > .06% !!!

Hmm... I don't think I get quite that much traffic, but it was close. I
just lost all my previous data last month, but oh well.

 > As an example, I recently updated three zip files I have available for
 > download at my site. In updating them, I changed their names and
 > changed some rules in my .htaccess file so the latest ones would be
 > downloaded. I tested the links, they worked, voila. However, over the
 > weekend I began getting 404 emails containing requests pointed at the
 > old files! These requests should've been automatically forwarded to
 > the new filenames and when I'd updated them they'd worked. Now they
 > didn't! I went back to check, and sure enough, my host had restored a
 > previous backup of my .htaccess file somehow and the new rules were no
 > longer there. I re-added the rules and all was well again.

Heh.. At least I don't have to worry about my "host" changing things
without me knowing...

--
Justin Koivisto - spam DeleteThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spam3

External


Since: Jul 01, 2003
Posts: 411



(Msg. 12) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MGW wrote:

 > Fat Sam wrote:
 >
  >>A thought I've had on 404 pages.....I've set my 404 page up to automatically
  >>redirect to the websites front page.....My thinking is that a large
  >>percentage of people will get pissed off and navigate away if they find a
  >>404 page.....But by redirecting them back to my home page, I stand a better
  >>chance of keeping them on the site.....
  >>
  >>Has anyone got any thoughts on this?.....
 >
 > I find it *much* more annoying to be redirected back to the home page.
 > For my site, I have a custom 404 that asks people to please contact me
 > and let me know which link is broken - that let's people know that I
 > care about whether my site works - and has a link back to the table of
 > contents.

I had a message that was along those lines, but all the epople who
contacted me were visiting pages that had been gone for *years* (like 3
or more)... I still get contacted about bad links to my site, etc., but
much less than before. This allows me to spend more time creating the
content for my site. Wink Of course, mine is just a little hobby thing,
not a money-maker (or that popular for that matter).

--
Justin Koivisto - spam DeleteThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spamblocked

External


Since: Sep 14, 2004
Posts: 588



(Msg. 13) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MGW wrote:

 > Fat Sam wrote:
 >
  >> A thought I've had on 404 pages.....I've set my 404 page up to
  >> automatically redirect to the websites front page.....My thinking is
  >> that a large percentage of people will get pissed off and navigate
  >> away if they find a 404 page.....But by redirecting them back to my
  >> home page, I stand a better chance of keeping them on the site.....
  >>
  >> Has anyone got any thoughts on this?.....
 >
 > I find it *much* more annoying to be redirected back to the home page.

Agreed - it makes more sense to provide a 404 with links to a site-map, a
search facility and possibly an index of major areas on the site.

 > For my site, I have a custom 404 that asks people to please contact me
 > and let me know which link is broken

surely you already know.


--
William Tasso
Recommended reading ...
<a style='text-decoration: underline;' href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a>
<a style='text-decoration: underline;' href="http://www.aww-faq.org/" target="_blank">http://www.aww-faq.org/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
spam3

External


Since: Jul 01, 2003
Posts: 411



(Msg. 14) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote:

 > MGW wrote:
 >
  >>Fat Sam wrote:
  >>
   >>>A thought I've had on 404 pages.....I've set my 404 page up to
   >>>automatically redirect to the websites front page.....My thinking is
   >>>that a large percentage of people will get pissed off and navigate
   >>>away if they find a 404 page.....But by redirecting them back to my
   >>>home page, I stand a better chance of keeping them on the site.....
   >>>
   >>>Has anyone got any thoughts on this?.....
  >>
  >>I find it *much* more annoying to be redirected back to the home page.
 >
 > Agreed - it makes more sense to provide a 404 with links to a site-map, a
 > search facility and possibly an index of major areas on the site.

Well, in my case, the home page is more like a site map... Wink

--
Justin Koivisto - spam RemoveThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
mgw1979

External


Since: Jul 09, 2003
Posts: 527



(Msg. 15) Posted: Wed Aug 11, 2004 12:22 am
Post subject: Re: 404 errors [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 10 Aug 2004 21:06:16 GMT, William Tasso <SpamBlocked RemoveThis @tbdata.com>
wrote:

  >> For my site, I have a custom 404 that asks people to please contact me
  >> and let me know which link is broken
 >
 >surely you already know.

No, because my site is a collection of links to internet resources and
they sometimes get changed without my being aware of it (agencies go
out of business, other sites decide to delete articles or change their
URLs, etc.)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 errors 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
404 errors everywhere - my whole site is 404 errors when i know its all there? and i have customised 404s but im getting blueyonder ones.? whats going on?

mysql errors - Hi, I've run a php script that uses mysql databases without problems on one server, but then I changed web hosts and installed it the same way buy I get a lot of errors which are all derived from the script not being able to interact with the database.....

FastClick Script Errors? - Well, I keep getting some pretty disturbing errors from FastClick banner ads. Has anyone up here seen them? One of them is "mainwin is undefined", and another one is "Error: line 71, character 17", etc. Any advice? Thanks! perseus

VBScript and Frames: Checking for browser errors/return co.. - Hiya, Using VBScript (or Javascript would work too) can I check if another frame (or window) has an error loading a page... I am thinking of having a window with 2 frames... if the second frame has an error while loading (404 error, DNS error, etc) I..
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2, 3
Page 1 of 3

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]