Subdomain on localhost

后端 未结 5 951
萌比男神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条回答
  •  悲&欢浪女
    2020-12-29 17:17

    try adding another domain in serveralias:

    ServerAlias something.localhost other.localhost
    

提交回复
热议问题