I had set up a wildcard subdomain server for my PHP app1 domain like *.domain.com in Nginx default configuration. My app1 was serving if someone type x.domain.com or y.domain.com everything was fine. …
Tag: virtualhost
Apache virtual host always redirecting to /dashboard
I’m having what appears to be a common problem but any solutions I’ve found don’t seem to work for my case. I’m trying to set up a virtual host so that I can access the public file of my Laravel …