When somone comes to my site www.mydomain.com I want them to see main.php not index.php
I'm on a unix server.... how can i do this?
You should be able to just configure your server. For example, in Apache you would set DirectoryIndex.
You can simply use DocumentRoot in your .htaccess file.
thanks, json