|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Guest
Posts: n/a
|
404 error pages
How can I customize my 404 error page?
|
|
|
#2 |
|
Guest
Posts: n/a
|
Create a page you want people to see when they get a 404 error then edit your .htaccess file in the htdocs directory (i believe) to add the line:
ErrorDocument 404 http://url.to.404.error.page If you want custom pages for other errors you can by using the same method: ErrorDocument 500 http://url.to.500.error.page ErrorDocument 403 http://url.to.500.error.page etc sophie |
|
|
#3 |
|
Guest
Posts: n/a
|
Great thanks!
|
![]() |
| Thread Tools | |
|
|