What do I want to accomplish?
My goal is to become a blogging host where everyone can create a blog. The user name must become the subdomain.
Found the appropriate settings in (have to translate because my setup is in dutch), settings, general, subdomains_base_url to http://{username}.mydomain.nl
My Url is rewriting correctly to for example, http://buster.mydomain.nl/index.php?blogId=2
But now I have this error,
- Code: Select all
Not Found
The requested URL /index.php?blogId=2 was not found on this server.
Found several topics on this,
http://forums.lifetype.net/viewtopic.php?f=7&t=9554
http://forums.lifetype.net/viewtopic.php?f=7&t=9437
http://forums.lifetype.net/viewtopic.php?f=7&t=9341
But it is still unclear to me if I need a wildcard DNS or not. Or all rewriting is handled in .htaccess.
If I need to setup my server with a wildcard DNS then how do I do that?
If a wildcard DNS is not needed, then how do I proceed?
