apache subdomain configuration
- by terrid25
I seem to be having a small problem with setting up a subdomain in apache under CentOS.
I have the following:
<VirtualHost *:80>
ServerName www.domain.co.uk
ServerAlias domain.co.uk dev.domain.co.uk
DocumentRoot "/var/www/html/domain/web"
DirectoryIndex index.php
Alias /sf /var/www/html/symfony14/web/sf
<Directory…