[FLOW3-general] Setting up flow3 - help!

Bastian Waidelich bastian at typo3.org
Mon Mar 19 10:14:47 CET 2012


Stephen Bungert wrote:

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

Maybe try this instead:
NameVirtualHost tutorial.local
<VirtualHost tutorial.local>
     DocumentRoot "C:/xampp/htdocs/stephen/flow3/1-0-3/Web"
     ServerName tutorial.local
     ServerAlias tutorial.local
</VirtualHost>

HTH
-- 
Bastian


More information about the FLOW3-general mailing list