On Thu, 2005-06-16 at 23:55, Rick DeNatale wrote:
>       RewriteRule ^$ /wiki/Main_Page [R]
> 

You probably just need to change this to:
RewriteRule ^/$ /wiki/Main_Page [R]

Since browsers will send GET / to the webserver when typing in a server
name like http://www.foo.bar

I've used one like this before.  Although be careful with the
[R]edirect.  I've had trouble with M$ Exploder not handling that
properly.  Might just want [L]ast rule.

Hope this helps some, not my expertise, but nobody else has jumped in.
Tim
-- 
Timothy A. Chagnon
<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Linux, how do I love thee? Let me count the ways: while(1){count++;}

-- 
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to