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}
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]
>
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. i
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 /foo
4 matches
Mail list logo