kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Fixed domain router issues and implemented subdomains #132

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

Domain router had a few issues that would cause the indexing to freak out and I fixed those as well as routed unknown requests to a 400 bad request page supplied by the server.

Subdomain implementation references issue #121