Click to See Complete Forum and Search --> : Creating Custom 'Page not Available!' Page


dz_boy
05-21-2005, 01:50 PM
Is it possible to create a custom page for links that don't work? Like, similar to the Page not Available you get in IE... can you create your own and have it come up instead without a database?

ray326
05-21-2005, 02:05 PM
You have to have some access to the web server's configuration. Each server does it differently, too.

dz_boy
05-21-2005, 02:06 PM
Any ideas on how?

rhsunderground
05-21-2005, 02:37 PM
well first, if you have ftp, look for a file named .htaccess on your server. if you do, check out http://www.javascriptkit.com/howto/htaccess2.shtml

dz_boy
05-21-2005, 04:11 PM
look for a file named .htaccess on your server

What about access.cnf?

JPnyc
05-21-2005, 04:13 PM
Some hosts let you designate a custom error page very easily. You can even use your index page, so they'd never see any error page, just your home page again.

ray326
05-22-2005, 06:15 PM
What about access.cnf?Nope, that's a Frontpage Extension file. Do you know what kind of server is there?

rhsunderground
05-22-2005, 06:23 PM
if you have cpanel available, there's a link on the main page of cpanel to set your error pages.

Master00
05-23-2005, 02:11 AM
http://www.pageresource.com/zine/custom404.htm

jmaresca2005
05-23-2005, 10:37 AM
it all depends on ur web server. if u r using IIS then it is very simple to adjust. just open IIS manager > Custom Error Pages > Point the new page to where the default error page resides.