Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Web Usability
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Usability Discuss and review websites for better usability.

Ezilon Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 12-07-2006, 11:56 AM   #1 (permalink)
Inactive
 
Join Date: 12-05-06
Posts: 91
iTrader: 0 / 0%
THE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebody
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?
THE X FILES is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 12-07-2006, 12:25 PM   #2 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
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.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2006, 02:47 PM   #3 (permalink)
Banned
 
Join Date: 10-22-06
Location: Portland, Dorset, UK.
Posts: 1,772
iTrader: 0 / 0%
RobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to allRobS is a name known to all
Send a message via MSN to RobS Send a message via Skype™ to RobS
Monetise your 404 pages...
RobS is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-08-2006, 01:21 AM   #4 (permalink)
Inactive
 
Join Date: 12-05-06
Posts: 91
iTrader: 0 / 0%
THE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebody
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 ??
THE X FILES is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-08-2006, 08:14 AM   #5 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
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
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-10-2006, 01:02 PM   #6 (permalink)
Inactive
 
Join Date: 12-05-06
Posts: 91
iTrader: 0 / 0%
THE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebody
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 :-)
THE X FILES is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-11-2006, 04:07 PM   #7 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
Ahhh, you went the fun way

A lot of hosts give you a quick and easy checkbox option.
__________________
Experimenting
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-13-2006, 12:49 PM   #8 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Latest Blog:
Moved In!

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
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!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-13-2006, 01:11 PM   #9 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
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
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2006, 06:52 AM   #10 (permalink)
Inactive
 
Join Date: 12-05-06
Posts: 91
iTrader: 0 / 0%
THE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebodyTHE X FILES is liked by somebody
In my opnion,cPanel is the best control panel for sites mangement.
THE X FILES is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-27-2007, 02:01 PM   #11 (permalink)
Inactive
 
Join Date: 05-09-05
Location: Vancouver Island, British Columbia
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

pacific is liked by many
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!
pacific is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2007, 12:15 PM   #12 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
That's a good example Pacific
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2008, 03:28 PM   #13 (permalink)
Junior Member
 
Join Date: 04-26-08
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

bj3377 is liked by many
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
bj3377 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2008, 05:38 PM   #14 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 658
iTrader: 0 / 0%
Latest Blog:
None

corneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the rough
or make a .htaccess

on it add the command:
ErrorDocument 404 /missing.html missing.html = page your sending them to.
__________________
BikerSite.org
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-24-2008, 09:20 AM   #15 (permalink)
Contributing Member
 
Join Date: 06-28-08
Location: Dallas, TX
Posts: 147
iTrader: 0 / 0%
Latest Blog:
None

pontarae is liked by many
This is a really cool idea! I would never have thought about monetizing the 404 on my own.

Thanks,

Dennis
pontarae is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-24-2008, 10:32 AM   #16 (permalink)
Contributing Member
 
firecat's Avatar
 
Join Date: 05-25-08
Location: Massachusetts
Posts: 54
iTrader: 0 / 0%
firecat is liked by somebodyfirecat is liked by somebodyfirecat is liked by somebody
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.
firecat is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Web Usability

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
404 Redirect to Home page Jazzee Coding Forum 4 10-07-2008 03:23 PM
Page Redirect Code Red devil SEO Forum 3 10-30-2007 06:20 AM
how to redirect old page url's to the new ones svinus SEO Forum 8 12-20-2006 12:12 AM
301 redirect gives 500 server error seonewbee Coding Forum 1 09-18-2004 09:11 AM
Redirect page DOS Coding Forum 6 08-07-2004 12:20 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 11:36 PM.
© Copyright 2008 V7 Inc