Hello
I have got this:
with http://myhost.bla.bla/
i have this answer:
Not Found
The requested URL /servlets/Hello was not found on this server.

if I have http://nufta.prz.tu-berlin.de/servlets/Hello
my startpage cames :
Example Apache JServ Servlet
Congratulations, ApacheJServ 1.1 is working!

if I used http://myhost.bla.bla/error
Not Found
The requested URL /servlets/Hello was not found on this server.

do you know why it doesn' t come my startpage?.
bye
Mark
On Fri, 22 Sep 2000, Mark Ross wrote:

> mein rewrite doesn' t work.
> 
> what I want: the Client Browers, that my WebServer talk, have to be
> redirect always
> to the Adress http://myhost/servlets/Hello
> 
> Perhaps do you know why?
> my rewrite settings:
> #Config for Apache Webserver
> #
> RewriteEngine On
> RewriteRule             ^/Hello     /servlets/Hello [PT,L]
> RewriteRule             ^/(.*)$     /servlets/Hello [PT]
> RewriteLog              /var/log/rewrite_log
> RewriteLogLevel 5
> #
> #End Config for Apache Webserver
> 
> thank you
> Mark
> 
> 
> 
> 
> --
> ----------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 
> 




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