Security tip for WordPress disable tilde
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…
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…
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…
I would suggest that wordpress users use the following plugins: A) wp_spamfree to keep your blog free from spam and unnecessary overload. Install Instructions >…
As you may know by now, auto upgrade fails on a server at M3. We have disabled FTP in lieu of FTP over SSH, or…