Dynamic Subdomain Generation
I've been looking around, trying to find information about how I should go about setting up a system for dynamic subdomain generation. Here's the way I currently have to create a new subdomain:
I've heard things about mod_rewrite, but I don't know where to begin, if mod_rewrite is even a viable solution.
- Add the Virtual Host to httpd.conf
- Request that the subdomain be added to my Web host's DNS (I'm using a VDS)
- Wait for the changes to propagate
- Hope that what I asked for is what I really wanted
- GOTO STEP 1 As Needed
I've heard things about mod_rewrite, but I don't know where to begin, if mod_rewrite is even a viable solution.
