• 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.

Issue WordPress Errors and Redirects

admark

New Pleskian
Im running the latest version of Plesk on Digital Ocean with the latest version of PHP FPM served by Apache.

I have added a domain and installed WordPress (through Plesk).

I get the following errors with it:

1. Randomly I will be in the WordPress admin and when I click on a link the page goes white with just the text "File not found."

If I refresh, the page works again. This happens a lot.

2. When browsing the site, one or more of the css/js/images will fail to load with a ERR_ABORTED 404 error in the console. If I refresh, it goes back to working.

3. Randomly I will get this added onto the url - login_up.php?success_redirect_url=https%3A%2F%2FMYDOMAIN.COM%2F

The htaccess file has this in it (As do a bunch of the other websites hosted through my Plesk install that all seem to work fine, although I think they were installed via a duplicator backup):
# BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
 
Same issue exactly on my websites. I host on Google Cloud.
I tried to diagnose the issue in many ways, but without success. The issue is repeated on the new sites on my server.

Sites from few months ago were not damaged.
 
Back
Top