In public/.htaccess, you also need to replace: RewriteRule ^(.*)$ dispatch.cgi [QSA,L] with: RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] That is, ".cgi" becomes ".fcgi". I have the same configuration and have it working. HTH, ~joe