I have created a sub-domian and I want that as soon as the user goes to that domain, a file named web.php should automatically open rather than showind the web directory. Please tell me if it is possible

link|improve this question
Is your question: How can I force a web.php to be shown by default on sub domains created on a server hosted by x10hosting.com? – Jens Struwe Jul 30 '11 at 16:47
yes i do want that to happen – Dhruv Jul 30 '11 at 16:48
I know you can have apache insert a blank index file in every subdomain for security purposes, but I'm not sure about adding content. May I ask why you need this? – Jackson Gariety Jul 30 '11 at 16:50
feedback

1 Answer

Place an .htaccess file in the root directory of each created sub domain and fill it with:

DirectoryIndex web.php
link|improve this answer
it didn't work please go here...this is the directory yashwow.x10.mx/tsn – Dhruv Jul 30 '11 at 17:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.