 |
|
12-07-2006, 11:56 AM
|
#1 (permalink)
|
|
Member
Join Date: 12-05-06
Posts: 85
|
What is the best 404 error or redirect page?
Hi,
I want to ask about the not founding urls in the sites.
What is the best way, making 404 error or redirect it to index?
And how to make them?
Another issue want to ask ,when I tried to enter http://v7n.com/forums , it redirect me to www.v7n.com/forums .How can I do that?
|
|
|
12-07-2006, 12:25 PM
|
#2 (permalink)
|
|
Empress™
Join Date: 08-19-04
Location: Canadian in the UK
Posts: 14,213
|
Excellent 404 instructions are here:
http://www.plinko.net/404/
Just create your 404 page and insert a redirect.
Also on that site are hilarious 404 pages. 
|
|
|
12-07-2006, 02:47 PM
|
#3 (permalink)
|
|
Banned
Join Date: 10-22-06
Location: Portland, Dorset, UK.
Posts: 1,467
|
Monetise your 404 pages... 
|
|
|
12-08-2006, 01:21 AM
|
#4 (permalink)
|
|
Member
Join Date: 12-05-06
Posts: 85
|
Thanks alot chicgeek.I will create mine when I find suite theme(Found alot of themes there  )
RobS
yeah It`s realy benifit site
What about the second question ... How can I redirect any http:// to http://www ??
|
|
|
12-08-2006, 08:14 AM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,784
Latest Blog: None
|
The simplest thing is the check your hosts control panel. Most of the host I have sites on right now have a simple option to resolve with / without / or both using the www.
__________________
Experimenting
Last edited by Taltos; 12-08-2006 at 08:14 AM..
Reason: spelling
|
|
|
12-10-2006, 01:02 PM
|
#6 (permalink)
|
|
Member
Join Date: 12-05-06
Posts: 85
|
Thanks Taltos ,I found the way to do that :-)
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
In .htaccess file of course :-)
|
|
|
12-11-2006, 04:07 PM
|
#7 (permalink)
|
|
v7n Mentor
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,784
Latest Blog: None
|
Ahhh, you went the fun way
A lot of hosts give you a quick and easy checkbox option.
__________________
Experimenting
|
|
|
12-13-2006, 12:49 PM
|
#8 (permalink)
|
|
v7n Mentor
Join Date: 11-01-03
Location: Kansas City
Posts: 1,313
|
Taltos.. I'mnot able to access my control panel atm.. but.. if you're using cPanel, does that allow you to do that?
I'm not sure if it does... because if it doesn't, I would like to integrate it into my web hosting server features for my clients.
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|
|
|
12-13-2006, 01:11 PM
|
#9 (permalink)
|
|
v7n Mentor
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,784
Latest Blog: None
|
Izzmo, the only one I had login info for at hand was one of the sites hosted on Dreamhost. I don't know what they are using for the control panel. It is not one of the better control panels I have seen. I will try to check out some of the other hosts that I have sites I work on and see which ones had that.
__________________
Experimenting
|
|
|
12-14-2006, 06:52 AM
|
#10 (permalink)
|
|
Member
Join Date: 12-05-06
Posts: 85
|
In my opnion,cPanel is the best control panel for sites mangement.
|
|
|
04-27-2007, 03:01 PM
|
#11 (permalink)
|
|
Junior Member
Join Date: 05-09-05
Location: Vancouver Island, British Columbia
Posts: 3
Latest Blog: None
|
Here is what I use for an error page, it allows several choices for the user, so in my opinion, it's the best to use.
http://www.rentalresources-ms.com/error
Hope this helps!
|
|
|
04-29-2007, 01:15 PM
|
#12 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,468
Latest Blog: None
|
That's a good example Pacific
|
|
|
04-26-2008, 04:28 PM
|
#13 (permalink)
|
|
Junior Member
Join Date: 04-26-08
Posts: 1
Latest Blog: None
|
There's a easy to use script which redirects 404's to any page you select on your web site and it send you a email to notify you when 404 errors are found. Here's a link with the info.. http://www.advancedwebsitetools.com/404-redirect.html
|
|
|
04-26-2008, 06:38 PM
|
#14 (permalink)
|
|
v7n Mentor
Join Date: 03-06-08
Posts: 1,137
Latest Blog: None
|
or make a .htaccess
on it add the command:
ErrorDocument 404 /missing.html missing.html = page your sending them to.
|
|
|
07-24-2008, 10:20 AM
|
#15 (permalink)
|
|
Contributing Member
Join Date: 06-28-08
Location: Dallas, TX
Posts: 153
Latest Blog: None
|
This is a really cool idea! I would never have thought about monetizing the 404 on my own.
Thanks,
Dennis
|
|
|
07-24-2008, 11:32 AM
|
#16 (permalink)
|
|
Contributing Member
Join Date: 05-25-08
Location: Massachusetts
Posts: 102
|
IMHO the "best" 404 page would be one that matched your site so that visitors wouldn't get confused. The way to go about it can vary depending on your hosting company too. I have Yahoo hosting for two of my sites and found that I could not upload a .htaccess file, but I could construct a custom 404 including my full navigation. I gave it the file name that Yahoo specified and it works just fine.
|
|
|
11-28-2008, 06:05 AM
|
#17 (permalink)
|
|
Junior Member
Join Date: 11-26-08
Posts: 18
Latest Blog: None
|
You don't need to create a 404 page looking like the famous examples. Simply create a blank page with an explanation and some links for the users to go on.
|
|
|
01-22-2009, 07:16 AM
|
#18 (permalink)
|
|
Contributing Member
Join Date: 01-21-09
Posts: 73
Latest Blog: None
|
just make a page with link to your main page
__________________
Free space for webmasters and bloggers get it free at: Free Blogs
|
|
|
04-09-2009, 12:27 AM
|
#19 (permalink)
|
|
Junior Member
Join Date: 04-07-09
Posts: 1
Latest Blog: None
|
Hey, I too have the same question while working on tokyo travel site "www.tokyo-forum.com", When I have googled, I have got your thread, That is awesome.
Last edited by LazyJim; 04-15-2009 at 12:52 PM..
|
|
|
04-16-2009, 07:13 AM
|
#20 (permalink)
|
|
Contributing Member
Join Date: 02-24-08
Posts: 1,739
Latest Blog: None
|
I think move to home page is best
__________________
Bulk Email Software - Serving 20,000+ happy customers w/ our Email Software.
Webmaster Forums - Profitable Webmaster Forums for Webmasters around the world. :D
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 05:51 AM.
© Copyright 2008 V7 Inc Powered by vBulletin Copyright © 2000-2009 Jelsoft Enterprises Limited.
|
|