---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, Apologies if this question has been asken in FAQ, but the FAQ-O-Matic has been taken off web site, and I could not find an answer to my question anywhere else. I am running Apache-Jserv-1.0b3, with Apache_1.3.6 on a Solaris machine. My aim is to redirect all traffic through one servlet, so that a person browsing my site would only ever see the original URL that they entered. It should be invisible to the user what is happening on the server-side. Eg: if a person goes to www.mysite.com/index.html ..... apache should redirect this to /servlet/Myservlet/index.html, where "index.html" can be any extra url information, including directories, or whatever. I tried to alias "/" to "/servlet/Myservlet/", however this does not work, as apache always tries to find "index.html" in the "/servlet/Myservlet/" directory. I also tried to use ApJServAction, for multiple extensions, so that they would automatically be handled by a certain servlet, however this does not work when I use a URL with a directory, such as "www.mysite.com/Doco/index.html". Can anyone please help me? Thanks, ----------------------------------------- Matthew Byrne Flinders University of South Australia Phone: 8201 3658 ----------------------------------------- -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]