Hello,
We have a new site setup, using Digital Ocean's one click install for OpenLiteSpeed(1.5.7)/Wordpress(5.2.4): https://marketplace.digitalocean.com/apps/openlitespeed-wordpress
After following all setup instructions the site was running well. Then we deleted all existing plugins (except LiteSpeed Cache 2.9.8.7), and installed two plugins, and a theme:
GP Premium (1.8.3)
Yoast SEO Premium (12.3)
Theme: GeneratePress
After doing so we were no longer able to update/publish/visit posts or pages. The homepage still appeared fine.
We also would receive 404 errors in the console for files in the path:
(these errors appeared on editor pages).
I have tried restarting OpenLiteSpeed, and changing the permalink structure.
The site actually works with the plain URL structure:
Or when you add index.php to the path:
I have looked at all sorts of other people with these types of errors and none of their solutions are helping me in any way. It really looks like the .htaccess file is not being processed by OpenLiteSpeed, or path override is not working.
We have another site with all the same plugins, and themes but the only difference is that OpenLiteSpeed is version 1.4.49.
We have a new site setup, using Digital Ocean's one click install for OpenLiteSpeed(1.5.7)/Wordpress(5.2.4): https://marketplace.digitalocean.com/apps/openlitespeed-wordpress
After following all setup instructions the site was running well. Then we deleted all existing plugins (except LiteSpeed Cache 2.9.8.7), and installed two plugins, and a theme:
GP Premium (1.8.3)
Yoast SEO Premium (12.3)
Theme: GeneratePress
After doing so we were no longer able to update/publish/visit posts or pages. The homepage still appeared fine.
We also would receive 404 errors in the console for files in the path:
Code:
/wp-json/wp/v2/*
I have tried restarting OpenLiteSpeed, and changing the permalink structure.
The site actually works with the plain URL structure:
Code:
https://example.com/?p=123
Code:
https://example.com/index.php/%category%/%postname%/
We have another site with all the same plugins, and themes but the only difference is that OpenLiteSpeed is version 1.4.49.