Within control panel select Custom Error Pages. Select the error code link and place whatever code you like. Maintain the default file name it gives you or it will not work without additional changes to the .htaccess files.
If that does not work edit your htaccess file and add the following line:
ErrorDocument 404 /404.html
404.html would be the filename and path to your custom error page for a 404. You may do the same for other common errors.
- 342 Users Found This Useful
Related Articles
vBulletin fsockopen() [function.fsockopen]: unable to connect
When setting up mail in vBulletin be sure you are using localhost for the mail server along with...
Why does it show the Ultra Web Hosting home page when I go to my site?
There are several reasons for this. Ensure you do not have https at the beginning of your...
How can I redirect http to https?
Create an .htaccess file with the following contents and upload it to your public_html directory....
Enable AllowOverride
If you have an application that requires allowoverride enabled, create an .htaccess file and...
When I type in my domain it goes to ultrawebhosting.com
You may have the IP cached of the previous server on your system. Try a reboot. If you run WinNT,...
