Week #2 closes with a couple handy CSS tricks, a quick e-newsletter tip and some good nuggets of web hosting wisdom.
One-Liners to Improve Server Security
I’m a web developer, that’s what I do, and I love it. But, the unfortunate side of offering web development services, is that you usually…
WordPress upgrades can introduce new 404s
I don't know how, when, or why, but it on a recent WordPress upgrade for one of our sites, we had noted a good number…
The .htaccess performance penalty
Direct from Apache's documentation: When AllowOverride is set to allow the use of .htaccess files, Apache will look in every directory for .htaccess files. Thus,…
Apache not decoding %3F – causes 404 errors
This happens on only one of my servers, and I haven't been able to nail down the problem. It feels like a configuration related issue,…
Apache permissions issues
If you are getting Apache permissions related error messages when trying to serve web content, there are a few things to try: Make sure your…
Remote Host Address returns 127.0.0.1
So you're trying to track your users IP for one reason or another, but a glimpse at the REMOTE_ADDR server variable always returns localhost or…