I have a site I'm testing locally, that I've setup bindings for. Those bindings look like
new.site.com
newa.site.com
newb.site.com
That setup works. Now I try to add a setting like new.blah.site.com
, and I get a 403 error, from Apache/Tomcat
HTTP Status 403 -
type Status report
message
description Access to the specified resource has been forbidden.
Apache Tomcat/8.0.28
I tried to determine if I even have Tomcat installed (this is a .NET site by the way), but couldn't find any mention of it on my drive, in services, or anywhere else.
But that's secondary to the main issue, of why adding a binding with a subvalue not working, and what am I missing?
Thank you for any help.