-
Recent Posts
- Thinking About Switching From WordPress? What Should You Consider Before You Move?
- The Airtable Acquisition Raises a Bigger Question: Do You Really Own the Software Your Business Runs On?
- How to Use Google Search Console’s New Generative AI Data to Improve Your SEO
- How to Update the Same Website Content on Multiple Pages at Once
- Discovered vs. Crawled Not Indexed in Google Search Console: What’s the Difference and How to Fix Each
- The Small Business Guide to Auditing Google Ads and Website Costs
- Do Professional Writers Still Need SEO in the Age of AI?
- Search Engine First vs. People First Content: Why Generic FAQ Dumps Harm Your SEO
- Looking for a Website Builder Without AI? Which One Should You Choose?
- Keyword Cannibalization: How to Find and Fix the Pages Stealing Your Own Google Traffic
- Why Great Content Gets Stuck on Page 8 (And How to Fix It)
- Why MySQL FULLTEXT Search Returns 0 Results (And How to Fix It)
- The Reality of Domain Speculation on New TLD Launches: Is It Still Worth It?
- The Hidden Domain Name Lock-In: Which Registrars Restrict Nameservers?
- Paying $10,000 a Month for SEO? Here’s How to Tell If You’re Getting Your Money’s Worth
- Introducing New WordPress Magazine Layouts in UltimateWB 9 (With Early Access)
- How to Fix the WordPress “Critical Error” on the Widgets Page After a PHP Upgrade
- The Hidden Risk of SaaS Website Builders: Lessons from the Recent Wix Outage
Categories
Tag Archives: .htaccess
How to Edit .htaccess on the Site Level or Add Rules Globally
In "How to Stop High Server Load from Distributed Botnets, Scrapers, and Database Queue Locks" we talked about how to fix your high server loads. That included adding rules to your site's .htaccess file, or updating the rules globally. If you don't know how to do that yet, this guide is for you.
Crucial First Step: Make a Backup
Before touching .htaccess, always make a copy. A single typo in this file will cause a "500 Internal Server Error" and take
... Continue reading
Posted in Coding, Server Admin & Security
Tagged .htaccess, 500 Internal Server Error, apache, apache configuration, cpanel, file manager, global apache configuration, global rules, include editor, nano text editor, post virtual host include, pre main include, pre virtualhost include, show hidden files, terminal, whm
Leave a comment
How to Stop High Server Load from Distributed Botnets, Scrapers, and Database Queue Locks
When a server load spikes to 30, 50, or 100+, most sysadmins panic and start haphazardly restarting services or blocking random IP addresses. However, modern attacks are rarely as simple as a single bad IP.
Today’s botnets use distributed Layer 7 (HTTP) floods, rotating through hundreds of unique IPs with only 1 connection each, exploiting web server application queues, fake WordPress scanners, background AJAX polling scripts, and WordPress admin-ajax.php endpoints that lock up MySQL.
This comprehensive guide covers how to diagnose,
... Continue reading
Posted in Coding, Server Admin & Security
Tagged .htaccess, 127.0.0.1, 403 Forbidden errors, 404 errors, ajax, ajax polling, ajax requests, apache, apache rate limiting, automated system tasks, bingbot, botnets, cache, caching, cpu, cpu load, cron jobs, csf, csf whitelist, CT_BLOCK_TIME, CT_LIMIT, CT_PORTS, database polling, database queue locks, ddos attacks, distributed attack, Googlebot, high server load, http, ip address, Jeypack, layer 7, linux, load averages, mibew messenger, mod_evasive, mysql, operator refresh time, php, processes, RAM, scrapers, script, server attack, server load, server load spike, subnet attack, sysadmin commands, whitelist, whm, xmlrpc.php
Leave a comment
How to Block Unwanted Visitors? Use .htaccess for IP Blocking on Your Website
Ever felt the need to restrict access to your website from certain visitors? Maybe you've been targeted by spammers or bots, or perhaps you want to limit access for security reasons. In such cases, IP blocking with your website's .htaccess file can be a handy tool. You have this option available with the downloadable UltimateWB website builder, accessible via your cPanel - or other - web hosting control panel File Manager. Let's dive into the world of .htaccess and
... Continue readingWhy use “WWW” for your website?
Naked domains & CNAME records for server traffic redirects
So, what makes the "www"... Continue reading
Posted in Domain Names, Web Hosting, Website Security
Tagged .htaccess, alphabet, domain name, domain redirect, google, naked domain, non-www, security, twitter, website speed, www
Leave a comment
WWW or no WWW – That is the question
We are talking about whether your website is "www.your-website.com" or just "your-website.com" . You want your website to be accessible both ways of course, whether the user types in the "www" or not (most people won't take the extra time to type what's not necessary right?). You would lose traffic if you didn't make your website accessible both ways. But you actually want your website to recognize one version as "the one", and redirect the other to it.
Why? SEO
... Continue readingCan’t access your website? Prompted with a “Download” link on your own website?
You can't access your website - instead of your website being displayed you are prompted with a "Download" bar/link on your own website. If you have just changed web hosts or your website has recently gotten hacked/cleaned up this could be because of your .htaccess file. If the cause is your website being hacked, you should reupload a backup copy of your .htaccess file, or if you don't have a backup, open it and check it for bad coding. If... Continue reading
Posted in Website Security
Tagged .htaccess, can't access website, download prompt, website fix, website hacked
Leave a comment
