Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Anderson

Pages: [1]
1
CentOS 7 Problems / Re: CWP7-PR0+wordpress+Plugin WebP
« on: August 12, 2023, 03:09:00 PM »
Well that explains some of your errors.

Nginx does not recognize .htaccess files.
.htaccess only works with Apache Only. And Nginx config doesn't work with Apache.
And then you have added Varnish into the mix.

So you'll either have to choose Apache Only, or will need an experienced WordPress SysAdmin to manually configure things with Nginx, since it gets real complicated with manual config edits/conversions.

Unfortunately there is no 'Default' WordPress Installation, it's manual script install, via Softaculous, or the Addon tool in the user panel, which assumes Apache Only.

THEN you have CloudFlare doing their rewrites, depending on how you have their Security features setup.


Hello thanks for helping to solve my problem. I only activated Apache and it still gave an error.

2
CentOS 7 Problems / Re: CWP7-PR0+wordpress+Plugin WebP
« on: August 10, 2023, 09:53:01 PM »
Nginx+Varnish+Apache.
CDN cloudflare.
Default wordpress installation.
A similar error happens when using the Smush Pro plugin.

Code: [Select]
We tried different rules but your server still isn't serving WebP images. Please contact your hosting provider for further assistance. You can also see our troubleshooting guide or contact support for help.

3
CentOS 7 Problems / CWP7-PR0+wordpress+Plugin WebP
« on: August 10, 2023, 05:44:24 PM »
I'm having trouble using the WebP Express plugin.

Code: [Select]
It seems your server setup does not support headers in .htaccess. You should either fix this (install mod_headers) or deactivate the "Enable direct redirection to existing converted images?" option. Otherwise the Vary:Accept header will not be added and this can result in problems for users behind proxy servers (ie used in larger companies)

Pages: [1]