Documentation
Kattare is dedicated to making your hosting experience as painless as possible.
That means making as much help and documentation available as possible.
If you have a question that you think would be helpful to have here, please
[Submit your Question].
|
|
| Category |
| HTML Programming |
|
Question
|
Last Modified: Apr 28, 2004
|
| How do I use my own non-java error pages? |
| Answer |
To do this you must use a .htaccess file.
You can find a great how-to document on doing this here.
There are also other uses for .htaccess files that can be found on that page
as well.
Note: If you use .htaccess files to protect a page, and also have a JVM running
that can access that directory, you should use Tomcat password protection as well,
because someone could in theory bypass your .htaccess file by specifing your port
number in the URL. You can find out how to use password protection in your JVM here:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html
|
[FAQ Main]
[Submit a Question]
[Back to Category "HTML Programming"]
|