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
Convert PDF to HTML Service
To convert your PDF files to html try using the following converter tool from Adobe:...
How do I remove a web disk?
In Windows, go to My Network Places on your PC, find the connection, right click and delete....
How can I make search engine friendly urls with my app?
The best source is the support forums for the particular app. You can also check the following...
Cross Origin Request Error
When receiving a cross-origin / cross original request, CORS header 'Access-Control-Allow-Origin'...
My index page does not load - Why not?
Filenames are case sensitive. Be sure you have an index filename all in lower case. Examples are...
