Author Topic: After upgrade Nginx + Varnish + Apache PHP-FPM Performances .htaccess not workin  (Read 6903 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Hi After upgrading to the new PHP-FPM system all my .htaccess files stopped working and i had to set to apache only for them to work, does anyone know how to make them work under the new system as it breaks all wordpress/CRM sites.

Offline
**
Did you rebuild your vhost?

Offline
*
Yes all vhosts were rebuilt

Offline
***
Try to return you sites to php-CGI mode. Now this just can be made one by one.
Check one by one it is working.
Once you've made your sites work again, you can to convert again to PHP-FPM one by one, after you check they are working.
At least this is what I would do.

Regards,
Netino

Offline
*
Thanks will give this a try and let you know

Offline
*
--- SOLVED ---

I have found that the issue was using the php-fpm template in nginx, after setting this to default everything is working.

Offline
**
Did you change the Varnish template to "WordPress"?