now I get the following error:
Security Alert!
The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
edit: I think i know the problem:
I am working with a pws/xitami server but the force-cgi redirect should be on for this.
problem it appears I need to fill in the variable
cgi.redirect_status_env=
all it has at the moment is ;
so I don´t really know how to fix this
last edit: I gave up. I couldn´t get it to work, so I just installed that wampp package, and that seems to work fine.