-
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: file manager
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 Fix: WordPress Error Class ‘C_NextGen_Settings’ Not Found
If your WordPress site is currently down with the fatal error: Class 'C_NextGen_Settings' not found, as the saying goes, you are not alone.
Just a white screen, staring at you - not so much the "White Screen of Death" (WSoD) - you get a clue on what is causing it by the error message displayed:
Error thrown
Class 'C_NextGen_Settings' not found
On every single page. You cannot even login to your WordPress admin panel.
The formatting of the error
... Continue readingHow 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 readingDo WordPress plugins sometimes leave stuff on your website after uninstalling the plugin?
Yes, WordPress plugins can sometimes leave leftover data on your website after uninstalling them. It is another drawback to using WordPress plugins, besides security issues. (And it's not just WordPress, but also other open source platforms like Magento, Drupal, and Joomla.)
Data Uninstalled Plugins may leave behind on your website:
- Database tables: Some plugins create their own tables in your WordPress database to store settings or data. If the plugin doesn't properly clean up after itself during uninstall, these
Maintain SEO Power During Your Website Migration & Rebuild: A Smooth Builder Switch
Ask David! question: "What is the process of migrating your website, doing a rebuild using the same domain with a different builder? Are there any potential issues that I need to be aware of?"
Answer:
Revamping your website? Don't lose SEO juice! Don't worry we've got your back.
This guide shows you how to seamlessly switch website builders while keeping your search engine ranking as you migrate your content. Learn redirect magic using .htaccess and how to leverage UltimateWB, a
... Continue reading
