by George - WordPress Security | Apr 15, 2014 | Computer Use, Fitness
Oatmeal cookie recipe, no wheat, no eggs, no white sugar.
by George - WordPress Security | Mar 11, 2014 | Apache Server, Website Hosting
Protecting your site by blocking bad “User Agents”. Troubleshoot pages being incorrectly blocked and add exceptions for user agents you want.
by George - WordPress Security | Mar 3, 2014 | Apache Server, WordPress
HideMyWP has lousy security suggestions. Don’t use it.
by George - WordPress Security | Mar 2, 2014 | WordPress
Simple ways to validate basic WordPress plugin quality, whether the plugin follows minimal good programming standards.
by George - WordPress Security | Feb 16, 2014 | WordPress
Is a plugin compatible with WordPress in Multi-Site mode? What should plugin authors check?
by George - WordPress Security | Jan 27, 2014 | Blogging
SVU Episodes
by George - WordPress Security | Dec 15, 2013 | Apache Server, HTML, CSS, PHP, Website Hosting
Configuring XAMPP for Multiple Web Sites, have a full Apache server on your Windows computer, for web site development. XAMPP configuration with Windows Hosts file.
by George - WordPress Security | Nov 22, 2013 | HTML, CSS, PHP, IIS Server, Website Hosting
If your IIS server doesn’t set PHP $_SERVER[‘DOCUMENT_ROOT’], here’s how you can set it in a configuration file so all your PHP programs have it.
by George - WordPress Security | Nov 2, 2013 | Investing, Politics
I support businesses making profits, growing the business, employing people, making the owners money. But bad decisions in business have consequences. Huge bad decisions in huge businesses should have huge consequences. Banks used to be valued based on the value of...
by George - WordPress Security | Oct 23, 2013 | HTML, CSS, PHP
Using PHP Composer packages if you don’t have Composer. Standard PHP code to access files (but without the version checking Composer has).
by George - WordPress Security | Oct 9, 2013 | HTML, CSS, PHP, WordPress
Problems with WordPress Update hanging? Or plugins failing with compression? Might be the version of PHP on your server, having bugs in Unzip.
by George - WordPress Security | Sep 7, 2013 | Computer Use
Quick Version: In \xampp\apache\conf\httpd.conf Find each occurrence of AllowOverride None Change it to AllowOverride All In \xampp\apache\conf\extra\httpd-vhosts.conf Make the same change. How I Have XAMPP Set Up I have XAMPP, a full Apache web server for Windows,...