Subdomain on localhost

后端 未结 5 952
萌比男神i
萌比男神i 2020-12-29 16:31

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

5条回答
  •  Happy的楠姐
    2020-12-29 17:17

    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

提交回复
热议问题