Mickey, I'm not an expert on the topic by any stretch of the imagination, but I seem to recall reading that it's best to move everything into httpd.conf for performance reasons. You may want to investigate that, but otherwise I don't see anything wrong with what you're doing. On 4/10/06, Micky Hulse <micky@xxxxxxxxxxxxx> wrote: > > Well, I added this to the end of my .htaccess: > > # Set the index page: > RedirectMatch ^/$ http://mydomain.com/folder/folder/index.php > > Seems to work well, but I am still concerned about > pitfalls/optimization/consolidation... er, perfection? ;) > > TIA, Cheers, > Micky > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >