[FLOW3-general] index.php not found

Christian Peters chp at digitale-avantgarde.com
Thu Nov 3 11:50:36 CET 2011


Hey all!

I'm exited for flow3, but at the moment stuck with the quickstart.

I managed to workaround magic_quotes_gpc to be turned off and am now faced
with a  "index.php not found" on http://localhost/flow/web/flow3/welcome

I'm assuming it has something to do with mod_rewrite, which is turned in my
mamp environment. I'm not a real pro in this, but rewriting like this works:

*Options +FollowSymLinks
IndexIgnore */*
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
*
This is taken from another project.

What's to do?

Best Regards
Chris


More information about the FLOW3-general mailing list