> <IfModule mod_rewrite.c> > ReWriteEngine on > ReWriteRule /application/(.*) - [L] > RewriteRule ^/(.*) http://site1.mydomain.com:8080/$1 [P,L] > </IfModule> > > /application gives a login screen after some one logs in /application > is not present on the URL of client browser > only http://site1.mydomain.com is present. > What is the problem in above ReWriteRule. > Try adding the R flag on the first RewriteRule. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx