----------------------------------------------------------------
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!!!
----------------------------------------------------------------

>
> ie: www.url.com/index.html   would be redirected thru a
> servlet, but the
> above url would not.
>
> Do you know how I can get everything to go thru a servlet, so that
> anything after the server in the url is added as extra path
> info for the
> servlet?
>
AFAIK that's where mod-rewrite comes in. If you are consistent with using index.html 
as the directory default then you should be
able to set up  a rule that maps all directory requests.

HTH



--
--------------------------------------------------------------
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]

Reply via email to