[FLOW3-general] Setting up flow3 - help!

Stephen Bungert stephenbungert at yahoo.de
Sun Mar 18 16:20:42 CET 2012


Yeah, I believe everything is correct:

NameVirtualHost 127.0.0.1

<VirtualHost 127.0.0.1:80>
  DocumentRoot "C:/xampp/htdocs/stephen/flow3/1-0-3/Web"
  ServerName tutorial.local
</VirtualHost>

<VirtualHost 127.0.0.1:80>
  DocumentRoot "C:/xampp/htdocs/stephen/flow3/1-0-3/Web"
  ServerName dev.tutorial.local
  SetEnv FLOW3_CONTEXT Development
</VirtualHost>

<Directory C:/xampp/htdocs/stephen/flow3/1-0-3/>
    AllowOverride FileInfo
</Directory>

<VirtualHost 127.0.0.1:80>
  DocumentRoot "C:/xampp/htdocs/"
  ServerName localhost
</VirtualHost>


More information about the FLOW3-general mailing list