| Web Usability Discuss and review websites for better usability. |
12-07-2006, 11:56 AM
|
#1 (permalink)
|
|
Inactive
Join Date: 12-05-06
Posts: 91
|
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: York, UK
Posts: 17,965
|
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,772
|
Monetise your 404 pages... 
|
|
|
12-08-2006, 01:21 AM
|
#4 (permalink)
|
|
Inactive
Join Date: 12-05-06
Posts: 91
|
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,804
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)
|
|
Inactive
Join Date: 12-05-06
Posts: 91
|
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,804
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)
|
|
Contributing Member
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
|
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,804
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)
|
|
Inactive
Join Date: 12-05-06
Posts: 91
|
In my opnion,cPanel is the best control panel for sites mangement.
|
|
|
04-27-2007, 02:01 PM
|
#11 (permalink)
|
|
Inactive
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, 12:15 PM
|
#12 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
That's a good example Pacific
|
|
|
04-26-2008, 03: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, 05:38 PM
|
#14 (permalink)
|
|
Contributing Member
Join Date: 03-06-08
Posts: 660
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, 09:20 AM
|
#15 (permalink)
|
|
Contributing Member
Join Date: 06-28-08
Location: Dallas, TX
Posts: 147
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, 10:32 AM
|
#16 (permalink)
|
|
Contributing Member
Join Date: 05-25-08
Location: Massachusetts
Posts: 55
|
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.
|
|
|
|
Currently Active Users Viewing This Thread: 2 (0 members and 2 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 08:37 AM.
© Copyright 2008 V7 Inc
|