Pokezam.com Forums
 
       

Go Back   PokeZam Forums > Off-Topic > Technology > Tutorials

Tutorials Here are technology tutorials. Feel free to post your own, but they may be taken down.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08-06-2007
Alakazam Alakazam is offline
On the Road
 
Join Date: May 2006
Location: Toronto, Ontario, Canada
Age: 25
Posts: 217
Default Custom Error Pages Tutorial

Have you ever wanted to create your own Error 404 page, but you didn't know how? Well as you will see, it is quite simple and only involves a few lines of code.


First of all, make sure that your server allows .htaccess files. You must also upload in ASCII mode or it won't work, so make sure your FTP program has that.


Ok now it is time to start creating your error pages. You can name them for example 404.html or whatever you want, it is up to you! Now start out by opening a text editor like Notepad and enter the following:


ErrorDocument 403 http://www.yoursite.com/403.html
ErrorDocument 404 http://www.yoursite.com/404.html
ErrorDocument 500 http://www.yoursite.com/500.html


Once you have that entered, go to the menu and click File and then select Save As. Once in there, name the file .htaccess and then select All files from the drop down menu and save it.


Now upload all your your files (.htaccess, 403.html, 404.html, 500.html) in ASCII mode to the base directory of your server. That means the directory that your index page is in, not some folder for your images. If you did everything correctly, it should all work. To test it out, type in a URL that you know doesn't work on your site. If it doesn't work, check over this tutorial to see if you did everything correctly.
__________________


Alakazam
Webmaster of PokeZam.com
http://www.pokezam.com
Closed Thread

Bookmarks


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:31 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Template-Modifications by TMS
© 1999-2009 PokeZam. All Rights Reserved.