thd/config/.svn/text-base/vhost.sample.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     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>