Category Archives: WordPress

Default .htaccess from WordPress

When you installed your WordPress installation in example.com/wordpress/, you should use the following .htaccess file RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] In case you installed it in the root of your domain, so that would be example.com/ RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d […]

How do I find out my WordPress password if I lose it?

It can happen to even the best of us: losing your WordPress password. Fortunately, there are several methods to retrieve the password without having to reinstall your entire website. In this article, we will discuss 5 different solutions! Solution #1: Change your password using a different admin account. This is the simplest solution, but it […]

How to Manage Multiple Websites in ManageWP

If you have multiple WordPress installations hosted by ServerMeister, ManageWP provides a popular way to update your plugins, themes, and more from one central location rather than having to visit each site’s Dashboard. Install the ManageWP Worker Plugin The ManageWP Worker plugin allows ManageWP to communicate with your WordPress site. The plugin can be installed […]