Date: Fri, 14 Apr 2006 16:33:56 -0400
From: "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject: [coba-e:04672] RewriteEngine
To: <coba-e (at mark) bluequartz.org>
Message-Id: <!&!AAAAAAAAAAAYAAAAAAAAAPc/2lpi38BEv46VBpDc+JTCgAAAEAAAAD0Wj/FDoVlMirdFslv0lyoBAAAAAA== (at mark) uhostme.net>
In-Reply-To: <443FDC4A.6000608 (at mark) mixfans.org>
X-Mail-Count: 04672
I am attempting to drop an .htaccess file in my web document root directory
with the following in it:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
When I do, I get a 500 server error. I tried commenting out each line to
see where the error was being generated, and when RewriteEngine On is
enabled, it fails. Is there something I need to configure in order to be
able to run this .htaccess file?