equal
deleted
inserted
replaced
|
1 # Be sure to only have this line once in your configuration |
|
2 NameVirtualHost 127.0.0.1:80 |
|
3 |
|
4 # This is the configuration for thd |
|
5 Listen 127.0.0.1:80 |
|
6 |
|
7 <VirtualHost 127.0.0.1:80> |
|
8 ServerName thd.localhost |
|
9 DocumentRoot "/Users/gautierthibault/Sites/thd/web" |
|
10 DirectoryIndex index.php |
|
11 <Directory "/Users/gautierthibault/Sites/thd/web"> |
|
12 AllowOverride All |
|
13 Allow from All |
|
14 </Directory> |
|
15 |
|
16 Alias /sf "" |
|
17 <Directory ""> |
|
18 AllowOverride All |
|
19 Allow from All |
|
20 </Directory> |
|
21 </VirtualHost> |