The runner-up – Drupal – has just a 9.63% market share.
Details from https://www.searchenginejournal.com/wordpress-dominates-market-share-of-top-10000-websites/
Freelance Web Developer in Ringwood, Hampshire
The runner-up – Drupal – has just a 9.63% market share.
Details from https://www.searchenginejournal.com/wordpress-dominates-market-share-of-top-10000-websites/
Some recognition for CodeIgniter as a fast PHP framework in the 2022 TechEmpower Web Framework benchmarks. This pits CodeIgniter against other popular PHP frameworks like Laravel, CakePHP and Symfony. It beats all of these.
CodeIgniter doesn’t get much hype these days but it is fast, small, stable and easy to use.
By default WordPress 5.5 includes an XML sitemap which lists the authors/users on your site. In some cases this is a security risk as it gives a hacker a username to use on the Admin Log In screen.
You may see some posts mention wp_sitemaps_register_providers
this is out of date.
Continue reading “WordPress 5.5 remove Users from XML Sitemap”
If you run a CodeIgniter site on Cloudways hosting you may come across this problem. All the CodeIgniter sites on the server stop working and display the message: “File not found.” with a 404 response.
The problem is caused by Apache 2.4.10 updating to Apache 2.4.25 (PHP FPM and FastCGI).
Continue reading “How to fix CodeIgniter 3 & Cloudways File not found problem”
Creating your own library in CodeIgniter 4 is just as simple as in CI3 but the syntax has changed and there’s no documentation yet so here is my approach.
Continue reading “CodeIgniter 4 – Creating your own libraries”