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

2005-10-24 Thread Joshua Slive
On 10/24/05, Andoni <[EMAIL PROTECTED]> wrote: > > Now why could the documentation not have said that? The two types of redirect are discussed at http://httpd.apache.org/docs/2.0/urlmapping.html It is assumed that you wouldn't possibly dare trying to read the mod_rewrite docs unless you are alrea

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

2005-10-24 Thread Andoni
: users@httpd.apache.org Sent: Monday, October 24, 2005 2:37 PM Subject: Re: [EMAIL PROTECTED] Re: Should be easy RewriteRule issue: mod_rewrite. On 10/24/05, Andoni <[EMAIL PROTECTED]> wrote:>> Hi Joshua (and all),>> That worked great thanks, I had to take out t

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

2005-10-24 Thread Joshua Slive
On 10/24/05, Andoni <[EMAIL PROTECTED]> wrote: > > Hi Joshua (and all), > > That worked great thanks, I had to take out the caret ^ you had at the > beginning of /servMainSite in the RewriteRule to make it work but otherwise > fine. Yes, that was a typo on my part. > RewriteRule ^/(.*)$ /servM

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

2005-10-24 Thread Andoni
Hi Joshua (and all),   That worked great thanks, I had to take out the caret ^ you had at the beginning of /servMainSite in the RewriteRule to make it work but otherwise fine. Here's what I ended up with:     RewriteCond %{Request_URI} !^/img  RewriteCond %{Request_URI} !^/favicon.ico  Rewri