Is there any other way to test if mod_rewrite is working? The test listed on that site basically said to create a new directory, and drop the htaccess file into that directory.
Sadly I have mod_index installed so all my directorys list regardless if there is content in it or not.
For instance, I created a simple rewrite rule on an ibay:
Options +FollowSymLinks
RewriteEngine on
#
RewriteRule ^/foo.php /test/
But when I go to the ibay, it says foo.php does not exist. Mod_Rewrite was working quite happily untiled I upgraded Horde to v.3 a few days ago. Have no idea why that would break it.
Any ideas??
Geoffrey