[TYPO3-linux] Setup does not work

Jeroen T jjeroen at home.nl
Tue Jun 2 10:29:26 CEST 2015


Hello,

I have just tried to install Typo 3 Neos using composer (this is my 4th try).
But when i try to do the setup, I get a 404 not found error. When I go to demo.neos I do get a database error, so I assume that it installed correctly.

I also used ./flow to give the correct permissions and enabled mod_rewrite in the server configuration.
 
Loaded modules:

core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_deflate mod_dir mod_env mod_filter mod_mime prefork mod_negotiation mod_php5 mod_rewrite mod_setenvif mod_status 


last lines of Apache2.conf
NameVirtualHost *:80
<VirtualHost *:80>
    DocumentRoot "/var/www/html/Neos-1.2/Web/"
    # skip the following line for development
    SetEnv FLOW_CONTEXT Production
    ServerName neos.demo
</VirtualHost>


Hosts
127.0.0.1	localhost
127.0.1.1	NEOS
127.0.0.1   neos.demo

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


More information about the TYPO3-linux mailing list