I'm working with a centralized CMS on a dev server, the CMS is in /var/www/central-cms
The site (I've many sites) is accessible by this url: http://web.localdomain.dev/site1/
.
How can I access the cms simply typing this url: http://web.localdomain.dev/site1/cms
?
Maybe AliasMatch
is the solution? Any help with the RegExp?
Example
http://web.localdomain.dev/stackoverlow/
http://web.localdomain.dev/google/
http://web.localdomain.dev/yahoo/
etc.
If I append a /cms
to the url, this URL point to /var/www/central-cms