by Marshall | Jun 17, 2016 | Blog |
Setting up Google DNS on windows PC.
by Marshall | Jun 17, 2016 | Blog |
Disable Editing in WP-ADMIN I am also a big fan of this, too often we’re seeing wp-admin credentials compromised and by allowing someone to edit within your admin panel you give the attack full access to all your files. The easiest way to avoid this is to disable the...
by Marshall | Jun 17, 2016 | Blog |
Kill PhP Execution I have mentioned it before and this is by far the most effective hardening you can apply that will really do something for you: #PROTECT [Directory Name] Order Allow, Deny Deny from all This ensures that PHP files can not be executed from within a...
by Marshall | Jun 17, 2016 | Blog |
Securing wp-admin Adding server-side password protection (such as BasicAuth) to /wp-admin/ adds a second layer of protection around your blog’s admin area, the login screen, and your files. This forces an attacker or bot to attack this second layer of protection...
by Marshall | Jun 17, 2016 | Blog |
Securing wp-includes A second layer of protection can be added where scripts are generally not intended to be accessed by any user. One way to do that is to block those scripts using mod_rewrite in the .htaccess file. Note: to ensure the code below is not overwritten...
by Marshall | Jun 17, 2016 | Blog |
Disable File Editing The WordPress Dashboard by default allows administrators to edit PHP files, such as plugin and theme files. This is often the first tool an attacker will use if able to login, since it allows code execution. WordPress has a constant to disable...
by Marshall | Jun 17, 2016 | Blog |
Securing wp-config.php You can move the wp-config.php file to the directory above your WordPress install. This means for a site installed in the root of your webspace, you can store wp-config.php outside the web-root folder. Note: Some people assert that moving...
by Marshall | May 23, 2016 | Themes |
Are you looking to get rid of the tiny arrow pointing downwards in DIVI WordPress theme? You can do it fairly easily by adding this custom CSS on to your Divi panel #top-menu .menu-item-has-children > a:first-child::after, .fullwidth-menu .menu-item-has-children >...
by Marshall | Apr 8, 2016 | Blog |
Grid, the so called WordPress killer has finally started to roll out sites but what does these sites look like and what users have to say. They seem to be on the defensive all over, playing a sort of humble, transparent introspection game. Here’s what their...
by Marshall | Oct 16, 2015 | Blog |
Looking for a simple step to install WordPress on your cPanel hosting? Check out the video that shows how you can install WordPress in matter of seconds using your cPanel with Fantastico. Premium WordPress installation, development and maintenance service available....