WordPress Plugin Malfunction
You added, upgraded, removed, activated or other wise modified a WordPress plugin and now you can’t reach your WordPress admin login page! Or, even worse,…
You added, upgraded, removed, activated or other wise modified a WordPress plugin and now you can’t reach your WordPress admin login page! Or, even worse,…
To prevent unauthorized scanning of backup files, scripts, etc. Add this to your WordPress htaccess file: RewriteEngine On RewriteRule \.php~$ – [forbidden,last] The second line…
By default on m3server.com servers, we have these start pages listed in order of precedence: DirectoryIndex index.html index.htm index.shtml index.cgi index.php Meaning, index.html will be…
How to send / receive email using a mail client? While all mail clients will have different setup screens, the options can be summed up…
Do you have thousands of products and experiencing slow page load times with your OpenCart system? Client writes: PROBLEM SOLVED!!! Just installed “Category Count Speedup…
If you need to login to phpmyadmin to manage your WordPress database, you will need the user name and password of that database. To find…
Creating a backup of your database is very important. Besides having a safe and updated copy of your database, its also wise to do so…
If you need to clear your dns cache on your Mac OS x 10.5 or greater, just issue the command via terminal: click applications >…
Overview: To restrict access to a private directory with both IP address restriction and a login and password. Setup: htaccess and Apache, on M3’s linux…