bmilesp/multi-tenancy

There is no license information available for the latest version (0.2.2) of this package.

Multi-Tenancy subdomain Plugin for CakePHP

Installs: 74

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.2.2 2015-06-24 17:35 UTC

This package is not auto-updated.

Last update: 2024-05-25 15:03:30 UTC


README

vhost file should look something like this (to accept wildcard subdomains):

<VirtualHost 127.0.0.1> DocumentRoot "\var\www\site.com" ServerName "site.com" ServerAlias *.site.com