I have a site that is arranged thus:
/about
/css/
/index/index.php
/js/
/index.php
index.php uses a PHP redirect to index/index.php
I want to create a .htaccess rewrite rule so that when the root is accessed, /index/index.php is displayed BUT /about etc. stays the same.