> <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 [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
