-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> I would like to alias a servlet to an entire directory so that when ever
> anyone attempts to access a file in that directory then they are given
> the servlet instead of the requested file. I have seen, read, and set
> up multiple aliases for servlet names but nothing as to aliasing a
> servlet to an entire directory. Can somebody point me in the direction
> of some documention or offer some other form of help.
>
> Thanks in advance,
>
> Paul Bundick
> Systems Administrator
> Phoenix Integration
Use mod_rewrite.
<http://www.apache.org/docs/mod/mod_rewrite.html>
-jon
--
--------------------------------------------------------------
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]