[Neos] Re: Setup Connection Error

Martin martinstockffm at googlemail.com
Wed Jan 7 14:28:43 CET 2015


I am now using the following vhost setup:

<VirtualHost *:80>
   DocumentRoot "/var/www/beispiel.de/TYPO3-Neos/Web/"
ServerName neos.demo
    SetEnv FLOW_CONTEXT Production
<Directory /var/www/beispiel.de/TYPO3-Neos/Web/>
    Options MultiViews Indexes FollowSymLinks
    # Für mod rewrite
    AllowOverride All
  </Directory>
</VirtualHost> 

The setup now works. The Frontend Website too.

BUT the Backend will get an 500 error page, after I logged in (tried to login).


More information about the Neos mailing list