vmeretail / multi-tenancy-bundle

A multi tenancy bundle for Symfony 2 apps
25 stars 11 forks source link

Create blacklist for domains #3

Open StephenGillCoop opened 10 years ago

StephenGillCoop commented 10 years ago

A list of domains they are not allowed to choose e.g. www, go etc.

This means we can let customers have customer1.example.com but don't want them stealing our www.example.com!

StephenGillCoop commented 9 years ago

http://webmasters.stackexchange.com/questions/48463/if-i-specify-a-wildcard-dns-entry-will-it-override-any-specific-values

For reference. We can setup www.app.com to point to a sales website and still have tenant.app.com pointing to another server or load balancer. Happy days!