[EMAIL PROTECTED] Re: Re: Re: Should be easy RewriteRule issue: mod_rewrite.

2005-10-24 Thread Andoni
Hi,   Found the problem. The PT worked. I think it's because I am forwarding everything to my Tomcat server using JkMount. This must be a form of Alias?   Anyway all working now. Thanks,   Andoni. - Original Message - From: Joshua Slive Newsg

[EMAIL PROTECTED] Re: Re: Should be easy RewriteRule issue: mod_rewrite.

2005-10-24 Thread Andoni
Hi,   Removing the "R" broke it :-(   Now when I go to www.mydomain.com/frontpage it does not re-write it at all, just giving me back a "page cannot be found" instead.   Andoni. - Original Message - From: Joshua Slive Newsgroups: gmane.comp.apache

Re: [EMAIL PROTECTED] Re: Should be easy RewriteRule issue: mod_rewrite.

2005-10-24 Thread Andoni
Now why could the documentation not have said that?   You have no idea what that means to me! I am about to go and re-write several of the Virtual Hosts on my web-server to use that content redirection.   My thanks,   Andoni. - Original Message - From: Joshua Slive To

[EMAIL PROTECTED] Re: Should be easy RewriteRule issue: mod_rewrite.

2005-10-24 Thread Andoni
orked for me! The documentation is so confusing though, can you tell me if it is necessary? When I look at the RewriteLog I find that it has now got a 302 is this what I want? Should I add a "permanent" flag?   Thanks,   Andoni - Original Message - From: Joshua Slive

[EMAIL PROTECTED] Should be easy RewriteRule issue: mod_rewrite.

2005-10-21 Thread Andoni
/servMainSite. At the moment I am getting an infinite loop with the following:   #  RewriteRule !^/(servMainSite.*|img.*|css.*|menu.*)/ /servMainSite?inner=$1 [R,L]   Hope you can help.   Andoni.