Re: RewriteEngine not working in (my) apache2

2006-09-29 Thread Kaj Wiik
Roberto C. Sanchez wrote: Have you tried adding RewriteBase / in there? Thanks for suggestion, I tried but still nothing to the log and no redirection. On Thu, 2006-09-28 at 17:20 -0700, Jeff D wrote: this should do it: RewriteEngine on RewriteCond %{REQUEST_URI} !/test/foo\.html [NC]

Re: RewriteEngine not working in (my) apache2

2006-09-29 Thread Jeff D
Kaj Wiik wrote: Roberto C. Sanchez wrote: Have you tried adding RewriteBase / in there? Thanks for suggestion, I tried but still nothing to the log and no redirection. On Thu, 2006-09-28 at 17:20 -0700, Jeff D wrote: this should do it: RewriteEngine on RewriteCond %{REQUEST_URI}

RewriteEngine not working in (my) apache2

2006-09-28 Thread Kaj Wiik
Hi! This (testing) redirection does not seem to be working (in apache2.conf): RewriteEngine on RewriteLogLevel 9 RewriteLog /tmp/rewrite.log RewriteRule ^/foo(.*) /test/foo.html (so e.g. if page /foop is requested, /test/foo.html should be returned) I installed apache2

Re: RewriteEngine not working in (my) apache2

2006-09-28 Thread Roberto C. Sanchez
On Thu, Sep 28, 2006 at 04:29:04PM +0300, Kaj Wiik wrote: Hi! This (testing) redirection does not seem to be working (in apache2.conf): RewriteEngine on RewriteLogLevel 9 RewriteLog /tmp/rewrite.log RewriteRule ^/foo(.*) /test/foo.html (so e.g. if page /foop is

Re: RewriteEngine not working in (my) apache2

2006-09-28 Thread Jeff D
Roberto C. Sanchez wrote: On Thu, Sep 28, 2006 at 04:29:04PM +0300, Kaj Wiik wrote: Hi! This (testing) redirection does not seem to be working (in apache2.conf): RewriteEngine on RewriteLogLevel 9 RewriteLog /tmp/rewrite.log RewriteRule ^/foo(.*) /test/foo.html (so e.g.