Hi Hugo,
I have the following VirtualHost and for some reason the alias redirection is not working.
when I type mydomain.com/fred I get a 404 from the WebsiteRoot .
I do not get redirected to the directory I specified...
Could you please help?
VirtualHost {
Hostname = www.mydomain.com, mydomain.com
EnforceFirstHostname = yes
WebsiteRoot = /www/production/httpdocs
StartFile = index.php
Alias = /fred:/www/development/clients/freddomain
AccessLogfile = /www/production/logs/default.access.log
ErrorLogfile = /www/production/logs/default.error.log
TimeForCGI = 15
UseFastCGI = PHP5-FPM
UseToolkit = wordpress
DenyBody = ^.*%3Cscript.*%3C%2Fscript%3E.*$
ExecuteCGI = yes
#PreventCSRF = yes
PreventSQLi = yes
PreventXSS = yes
# WrapCGI = jail_mydomaindev
}