ouzo icon indicating copy to clipboard operation
ouzo copied to clipboard

Apache with mod_fcgid doesn't work correctly with framework

Open piotrooo opened this issue 8 years ago • 1 comments

We don't support mod_fcgid:

https://bugs.php.net/bug.php?id=54636

it's major.

piotrooo avatar May 10 '16 17:05 piotrooo

Here is .htaccess work around:

RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

RewriteRule ^index.php/(.*)$ [L]

piotrooo avatar May 10 '16 17:05 piotrooo