FlorianKromer/SilexTuto/master/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on #uncomment next line if silex app root is in a mamp subdirectory RewriteBase /SilexTuto/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ web/index.php [L] </IfModule>