Return to Snippet

Revision: 25760
at April 8, 2010 10:55 by level09


Initial Code
<VirtualHost *:80>
  ServerName myapp.example.com
  DocumentRoot "/home/steve/myproject/web"
  DirectoryIndex index.php
  Alias /sf /$sf_symfony_data_dir/web/sf
  <Directory "/$sf_symfony_data_dir/web/sf">
    AllowOverride All
    Allow from All
  </Directory>
  <Directory "/home/steve/myproject/web">
    #Options -Indexes FollowSymLinks MultiViews
    AllowOverride All
    Allow from All
  </Directory>
</VirtualHost>

Initial URL


Initial Description


Initial Title
Default Virtual Host

Initial Tags
apache

Initial Language
Apache