• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

It appears Page Cache URL rewriting is not working.

DewaldtH

New Pleskian
If you have a wordpress site and you enable nginx with W3 Total cache you get the following error below:

It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

I know this problem is related to nginx.

Can one follow these steps for nginx on plesk 11?

http://kbeezie.com/view/nginx-configuration-examples/
 
Last edited:
Hi,

I don't think this will work without some customisation I'm afraid :

Problem 1 : Any changes made to the last_nginx_conf file could be overwritten at any time by Plesk, though I think changing the file permissions / attributes on the symlink _could_ resolve this. I've not tried yet so can't say either way.

Problem 2 : Plesk's configuration uses nginx as a reverse proxy with PHP requests being forwarded from nginx to Apache. Apache either than handles the PHP request itself through mod_php or hands it off to fastcgi depending on what you're set up as. The linked configurations all assume that nginx is handling all requests and passing off PHP to fastcgi. Using them could work, but you'd be breaking the intended structure and many of your settings within the Plesk Control Panel will probably stop working.

Addressing 1 is your major structural issue, it doesn't really matter if you manage to get problem 2 sorted if Plesk breaks it every few days!

Paul.
 
Nginx disabled

I have disabled nginx.

Yet it still says that error in W3 Total Cache.

I wonder if it only says that because I am running Apache as Fast CGI.

Seeing it then can not detect mod_rewrite well.

I will be testing this theory and post results here
 
Back
Top