source:
cpc/trunk/project/config/vhost.sample
@
6
Last change on this file since 6 was 6, checked in by , 12 years ago | |
---|---|
File size: 446 bytes |
Line | |
---|---|
1 | <VirtualHost *:80> |
2 | ServerName my.cpc.tangui.eu.org |
3 | DocumentRoot "/home/cpc/project/web" |
4 | DirectoryIndex index.php |
5 | <Directory "/home/cpc/project/web"> |
6 | AllowOverride All |
7 | Allow from All |
8 | </Directory> |
9 | |
10 | Alias /sf "/home/cpc/symfony/data/web/sf" |
11 | <Directory "/home/cpc/symfony/data/web/sf"> |
12 | AllowOverride All |
13 | Allow from All |
14 | </Directory> |
15 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.