diff -r 56befcb22751 -r 94a1dc255022 thd/config/.svn/text-base/vhost.sample.svn-base --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thd/config/.svn/text-base/vhost.sample.svn-base Tue Sep 22 16:40:38 2009 +0200 @@ -0,0 +1,21 @@ + # 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 + + + ServerName thd.localhost + DocumentRoot "/Users/gautierthibault/Sites/thd/web" + DirectoryIndex index.php + + AllowOverride All + Allow from All + + + Alias /sf "" + + AllowOverride All + Allow from All + +