Date: Mon, 2 Jul 2007 18:03:09 -0500
From: "Hugh Messenger" <hugh (at mark) alaweb.com>
Subject: [coba-e:10296] Re: .htaccess redirect
To: <coba-e (at mark) bluequartz.org>
Message-Id: <017001c7bcfd$2987ec70$010210ac@DELLBOY>
In-Reply-To: <006401c7bcf9$f6ba1fa0$3701a8c0@user33b5201c50>
References: <C2AE6E4E.19245%webmaster (at mark) muntada.com> <006401c7bcf9$f6ba1fa0$3701a8c0 (at mark) user33b5201c50>
X-Mail-Count: 10296
Try dropping the starting /'s, so it's ...
Redirect 301 kauai index.php?topic=Kauai
I'm more used to using RerwiteRules than plain Redirects, so I'm not 100%
sure that will fix it. But in RewriteRule, you have leave out the initial /
on both URL's.
-- hugh