On Thu, May 06, 1999 at 10:51:07AM -0700, Frank Flannery wrote:
>
> I read in the faq-o-matic about aliasing to a servlet.
>
> I am trying to alias /index.html to /servlets/quick
> RewriteRule /index.html /servlets/quick
You left off the [PT] (passthrough) option on your rewrite rule. Without
that, the new URL will never make it back so JServ; it will be interpreted as
a real file path. In other words, read the FAQ-o-Matic again. :-)
--
Steve "Pheran" Snodgrass * [EMAIL PROTECTED] * FORE Systems Unix Administrator
Geek Code: GCS d? s: a- C++ US++++$ P+++ L+ w PS+ 5++ b++ DI+ D++ e++ r++ y+*
"I want to take over the world because I'm an egomaniac." --Larry Wall
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]