|
When I last did a 404 error page I did this.
Create a file (use somthing like notepad) called the file htaccess.txt for now. In the file plt the following lines
ErrorDocument 404 /404errorpage.html (where 404errorpage.html is the page you want users to see)
Upload this file and then rename it to .htaccess (note the . before the filename)
You can add other lines to the same file and change 404 to other error types and show a different page in the event of that error.
__________________
pjb007
|