[FLOW3-general] Development context message still being displayed
Stephen Bungert
stephenbungert at yahoo.de
Sat Apr 30 15:17:10 CEST 2011
Hello!
I installed fluid on mywebserver (Apache 2 on Windows Vista).
I set up the virtual hosts as described here:
http://flow3.typo3.org/documentation/tutorials/getting-started/gettingstarted.installation/#gettingstarted.installation.webserverconfiguration
but when I go to dev.tutorial.local I still see the orange message box
telling me to enable development context above the flow3 getting started
content.
I have setup the dev.tutorial.local virtual host as described:
<VirtualHost 127.0.0.1:80>
DocumentRoot "C:/xampp/htdocs/stephen/flow3/Web"
ServerName dev.tutorial.local
SetEnv FLOW3_CONTEXT Development
</VirtualHost>
I thought the whole point of the line "SetEnv FLOW3_CONTEXT Development" was
to select the Development context?
More information about the FLOW3-general
mailing list