This is what I have in /etc/apache2/sites-availalbe/mysite.org
Code: Select all
<VirrtualHost *:80>
ServerName mysite.org
ServerAdmin myemail@pmysite.org
ServerAlias www.mysite.org *.mysite.org
DocumentRoot /var/www/mysite.org
Alias /cms /usr/share/cmsms
ErrorLog /var/log/apache2/mysite.org-error.log
CustomLog /var/log/apache2/mysite.org-access.log combined
<Directory /var/www/mysite.org>
#Options +ExecCGI +Indexes
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel warn
ServerSignature On
</VirtualHost>
Code: Select all
Alias /cms /usr/share/cmsms
Code: Select all
Alias /deutsch /usr/share/cmsms