This is a general error message when the server can’t process a request.
Broken .htaccess
file
Faulty plugin, extension, or script
PHP memory or execution time limit
File or folder permissions are wrong
Check File Permissions
Go to Files in Plesk
Right-click folders: Set permission to 755
Files should be 644
Rename .htaccess Temporarily
Rename .htaccess
to .htaccess_old
Reload your site to test
Check PHP Version & Error Logs
Go to Websites & Domains > PHP Settings
Try switching to a different version (e.g., from PHP 7.4 to 8.0)
View logs under Logs > error_log
Disable Plugins/Extensions (CMS)
For WordPress, rename the /wp-content/plugins
folder to disable all plugins at once
This means the page or file can’t be found.
Wrong URL or page deleted
Broken internal links
Missing .htaccess
rewrite rules (for WordPress or Joomla)
Check the URL – Make sure the address is correct
Recreate or Restore the Page
Reset Permalinks (WordPress):
Log in to WordPress > Settings > Permalinks
Click Save Changes to regenerate .htaccess
Check Document Root in Plesk
Go to Hosting Settings
Make sure it’s pointing to the right folder (usually /httpdocs/
)
You don’t have permission to access the file or folder.
File/folder permission issue
Directory browsing is disabled
.htaccess
is blocking access
Check permissions (folders 755
, files 644
)
Check .htaccess
– Look for deny from all
or IP blocks
Disable directory browsing if not needed
Make sure there is an index.html
or index.php
file
Your site can’t connect to the MySQL or MariaDB server.
Wrong DB credentials (username/password)
Database server down
Corrupted CMS config file
Check Database Credentials
In Plesk, go to Databases > User Management
Make sure the user/password match the ones in your CMS config file (e.g., wp-config.php
)
Restart MySQL (advanced / VPS only)
Use your VPS panel or ask your hosting support
Repair Database (optional)
From Plesk, click the DB name > Check and Repair
Logs can help you understand what’s going wrong.
Go to Websites & Domains > Logs
Select error_log
from the dropdown
Look for recent errors and copy the message if you need to contact support
📸 [Insert Screenshot: Viewing Logs in Plesk]
Keep your CMS and plugins updated
Back up regularly using Plesk’s Backup Manager
Check disk space – Full disks can cause errors
Use Security Advisor to fix weak server settings