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

Custom 404 Pages?

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Nvu -- anyone tried it yet?  
Author Message
something_or_o

External


Since: Feb 25, 2004
Posts: 30



(Msg. 1) Posted: Fri May 14, 2004 3:42 am
Post subject: Custom 404 Pages?
Archived from groups: alt>www>webmaster (more info?)

Hi, I would like to use these on a site I am making.

I beleive the info goes in a .htaccess file.

Can someone tell me what to put in said file and what the server
requirements are?

Many thanks - joe

 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
blackcat2

External


Since: Jun 28, 2003
Posts: 585



(Msg. 2) Posted: Fri May 14, 2004 3:42 am
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charging up on a white horse Joe said:

: Hi, I would like to use these on a site I am making.

http://www.plinko.net/404/

Good luck,
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed

 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
e01

External


Since: Feb 01, 2004
Posts: 27



(Msg. 3) Posted: Fri May 14, 2004 3:48 am
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Joe" <something_or_other.DeleteThis@grapevine.net> wrote in message
news:1084491739.32203.0@damia.uk.clara.net...
 > Hi, I would like to use these on a site I am making.
 >
 > I beleive the info goes in a .htaccess file.
 >
 > Can someone tell me what to put in said file and what the server
 > requirements are?


# In an .htaccess file:

ErrorDocument 404 /path_to_error_page.html


Hope that helps!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
something_or_o

External


Since: Feb 25, 2004
Posts: 30



(Msg. 4) Posted: Sun May 16, 2004 12:52 am
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  > > Hi, I would like to use these on a site I am making.
  > >
  > > I beleive the info goes in a .htaccess file.
  > >
  > > Can someone tell me what to put in said file and what the server
  > > requirements are?
 >
 >
 > # In an .htaccess file:
 >
 > ErrorDocument 404 /path_to_error_page.html
 >
 >
 > Hope that helps!


Is there anything else I need to put in the .htaccess file?
Its not working as it is.
ErrorDocument 404 /404.htm

On one server it stops any pages from loading.
<a style='text-decoration: underline;' href="http://www.schoolyardrules.com/" target="_blank">http://www.schoolyardrules.com/</a>
and on another it just acts as if I'd never made one.

I'm putting it in the root dir.


Thanks - joe<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 5) Posted: Sun May 16, 2004 3:12 am
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Joe" <something_or_other.RemoveThis@grapevine.net> wrote in message
news:1084654346.94352.0@iris.uk.clara.net...
   > > > Hi, I would like to use these on a site I am making.
   > > >
   > > > I beleive the info goes in a .htaccess file.
   > > >
   > > > Can someone tell me what to put in said file and what the server
   > > > requirements are?
  > >
  > >
  > > # In an .htaccess file:
  > >
  > > ErrorDocument 404 /path_to_error_page.html
  > >
  > >
  > > Hope that helps!
 >
 >
 > Is there anything else I need to put in the .htaccess file?
 > Its not working as it is.
 > ErrorDocument 404 /404.htm
 >
 > On one server it stops any pages from loading.
<font color=purple> > <a style='text-decoration: underline;' href="http://www.schoolyardrules.com/</font" target="_blank">http://www.schoolyardrules.com/</font</a>>
 > and on another it just acts as if I'd never made one.

I had a strange problem like that before.

The cure was to put in the full URL, thus:

ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm" target="_blank">http://mysite.com/404.htm</a>

I say strange because my other sites on the same server were ok with the
relative path. The support people couldn't figure it out either!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
something_or_o

External


Since: Feb 25, 2004
Posts: 30



(Msg. 6) Posted: Mon May 17, 2004 5:15 pm
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > I had a strange problem like that before.
 >
 > The cure was to put in the full URL, thus:
 >
<font color=purple> > ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm</font" target="_blank">http://mysite.com/404.htm</font</a>>
 >
 > I say strange because my other sites on the same server were ok with the
 > relative path. The support people couldn't figure it out either!

Still not working - I'm just getting a
HTTP 500 - Internal server error
Internet Explorer

error even if the pages are there on the server.


 > --
 > Charles Sweeney
<font color=purple> > <a style='text-decoration: underline;' href="http://www.CharlesSweeney.com</font" target="_blank">www.CharlesSweeney.com</font</a>>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 7) Posted: Mon May 17, 2004 7:35 pm
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 17 May 2004 14:15:22 +0100, Joe <something_or_other RemoveThis @grapevine.net>
wrote:

  >> I had a strange problem like that before.
  >>
  >> The cure was to put in the full URL, thus:
  >>
<font color=green>  >> ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm</font" target="_blank">http://mysite.com/404.htm</font</a>>
  >>
  >> I say strange because my other sites on the same server were ok with the
  >> relative path. The support people couldn't figure it out either!
 >
 > Still not working - I'm just getting a
 > HTTP 500 - Internal server error
 > Internet Explorer
 >
 > error even if the pages are there on the server.

Care to post the straight text of the .htaccess file here? Asterisking
any sensitive bits of course. Something later on in the file might be
affecting it.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary 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: Custom 404 Pages? 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 8) Posted: Tue May 18, 2004 12:28 am
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Joe" <something_or_other.TakeThisOut@grapevine.net> wrote in message
news:1084799724.22503.0@nnrp-t71-03.news.uk.clara.net...
  > > I had a strange problem like that before.
  > >
  > > The cure was to put in the full URL, thus:
  > >
<font color=green>  > > ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm</font" target="_blank">http://mysite.com/404.htm</font</a>>
  > >
  > > I say strange because my other sites on the same server were ok with the
  > > relative path. The support people couldn't figure it out either!
 >
 > Still not working - I'm just getting a
 > HTTP 500 - Internal server error
 > Internet Explorer
 >
 > error even if the pages are there on the server.

Our resident htaccess chap is away having his teeth sharpened just now.

Anyone?
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Custom 404 Pages? 
Back to top
Login to vote
something_or_o

External


Since: Feb 25, 2004
Posts: 30



(Msg. 9) Posted: Tue May 18, 2004 12:38 pm
Post subject: Re: Custom 404 Pages? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

   > >> I had a strange problem like that before.
   > >>
   > >> The cure was to put in the full URL, thus:
   > >>
<font color=brown>   > >> ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm</font" target="_blank">http://mysite.com/404.htm</font</a>>
   > >>
   > >> I say strange because my other sites on the same server were ok with
the
   > >> relative path. The support people couldn't figure it out either!
  > >
  > > Still not working - I'm just getting a
  > > HTTP 500 - Internal server error
  > > Internet Explorer
  > >
  > > error even if the pages are there on the server.
 >
 > Care to post the straight text of the .htaccess file here? Asterisking
 > any sensitive bits of course. Something later on in the file might be
 > affecting it.

Its jus this:
ErrorDocument 404 <a style='text-decoration: underline;' href="http://www.schoolyardrules.com/damagedbreaks/404.htm" target="_blank">http://www.schoolyardrules.com/damagedbreaks/404.htm</a>



 >
 > Grey
 >
 > --
 > The technical axiom that nothing is impossible sinisterly implies the
 > pitfall corollary 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: Custom 404 Pages? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
custom dashboard in webtrends? - Also my client wants me to produce a custom dashboard in Webtrends, is that possible? Thanks, Scott Emick

HELP:Custom Alt Hover Tool Tip? - Hi - does anyone know how to create an effect like this: http://www.magnetstudio.net/downloads/downloads.html (roll over the images on the right) I would rather the tool tip followed the mouse all over the image rather than just on the vertical axis. ..

Looking for hosting? POSTOHOST.COM Get a custom quote today! - If you are looking for hosting services, please visit posttohost.com and have hosts provide you with custom quotes for your hosting needs. Quick, simple, free, visit www.posttohost.com today.

Old pages still being used - Hi, Is there a way to ensure that when a page or file is updated the new version is always delivered, if there is a page in a cache the old page will be overwritten? Thanks Gerald

Redirecting pages - Hi all!! Is there any way of setting up a redirect on pages that would only work if the page is not viewed in a frame set? The reason for asking is that I am putting together a product file for submission to Kelkoo and I need to give URL's of the..
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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 ]