thd/config/vhost.sample
author Julien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 11:59:22 +0200
changeset 69 98d445e789e4
parent 35 94a1dc255022
permissions -rw-r--r--
Hello world by Julien

    # Be sure to only have this line once in your configuration
    NameVirtualHost 127.0.0.1:80

    # This is the configuration for thd
    Listen 127.0.0.1:80

    <VirtualHost 127.0.0.1:80>
      ServerName thd.localhost
      DocumentRoot "/Users/gautierthibault/Sites/thd/web"
      DirectoryIndex index.php
      <Directory "/Users/gautierthibault/Sites/thd/web">
        AllowOverride All
        Allow from All
      </Directory>

      Alias /sf ""
      <Directory "">
        AllowOverride All
        Allow from All
      </Directory>
    </VirtualHost>