how do I create sub folders accessible from the web? example http://www.mysite.com has a folder in my www/public or root folder called test.. how do i make it so i can call the folder like below.. http://test.mysite.com thanks for any help!
Just create a folder inside the web folder and then use apache rewrite rules to rewrite traffic for the subdomain to this folder.