I would like to create a registration form which creates subdomains (yet on localhost), but I have got some problem. I know how to create subdomains, writing for example the
You could try a rewriterule, which converts a subdomain into a folder.
For example, mystuff.localhost becomes localhost/mystuff
otherthing.localhost/some/dir/here becomes localhost/otherthing/some/dir/here
otherthing.localhost/some/dir/here
localhost/otherthing/some/dir/here