Configuring httpd.conf to handle wildcard domains and multiple scripts?
- by Steve
I have a full-blown site like:
http://www.example.com (uses index.php)
http://www.example.com/scriptA.php
http://www.example.com/scriptB.php
I now want to have the possibility of setting up subsites like:
http://alpha.example.com
http://alpha.example.com/scriptA.php
http://alpha.example.com/scriptB.php
From…