Thanks Tony.

I think I've got it now. The HTTP as you mentioned had to go - damn other people's examples.

I also wanted the rewrite to be reflected in the browser, so I had to force a redirect. This seems to work:

Code:
RewriteCond %{THE_REQUEST} /index\.php
RewriteRule (.*)index\.php$ /$1 [R]


I also escape the periods for good measure.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software