I got a GoDaddy hosting account, the economy plan to save money. But you can only add domains to point to the root. How would I create a php script that would for example go:
IF domain is "phpmyadmin.com" GOTO "../php" IF domain is "somatelse.com" GOTO "../som"
IF domain is "phpmyadmin.com" GOTO "../php"
IF domain is "somatelse.com" GOTO "../som"
Any ideas?