Forum Moderators: phranque
One of our Rewrite statements though extremely simple is not working with apache2 (mod_rewrite IS loaded):
#rewriting urls
RewriteEngine On
#sending all to index.php
RewriteRule ^index/(.*) /index.php?$1
in the error Log i get this
[Tue May 24 13:33:30 2005] [error] [client IPHERE] File does not exist: /Path/To/DocumentRoot/index
What am i doing wrong?