Sometimes when you fall behind in moderating your WordPress site you end up with a lot of comments from spammers, bots, etc....
If you want to monitor your JVM, you can do so a few different ways. One such way involves creating a small...
If you encounter the Apache warning “[warn] NameVirtualHost *:80 has no VirtualHosts”, you can correct the problem by adjusting your VirtualHosts (or...
If when you start Apache you get the following error: Starting httpd: httpd: Could not reliably determine the server’s fully qualified domain...
Have you ever mistyped your WordPress site URL and rendered your site inaccessible? If so, there’s an easy fix for that problem....
To block a specific referrer on your Apache server, edit the httpd.conf to include the following block: RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://(www\.)?badsite\.com...
If you need to redirect a URL with encoded characters you may discover that mod_rewrite does not work well with them. If...
You may have set up specific actions or redirects based on the User-Agent. To impersonate a browser, you can use this approach:...
Some people caution against allowing the libwww-perl user-agent to crawl or access your website. To prevent this type of access, you can...