Versions, extensions, limits, cron and the shell.
The settings developers come looking for: which PHP version a site runs, how to change it, which extensions are available, how to raise memory and upload limits, where the error log is, and how to schedule a cron job. Written for people who already know what they want to change and just need to know where it is.
PHP hit a problem it could not recover from — usually a broken .htaccess, a fatal error in the code, or a limit it ran straight into.
What is OPcache and should it be switched on?OPcache keeps compiled PHP in memory instead of recompiling it on every request, and there is no good reason to leave it switched off.
What is PHP-FPM and why does it matter?The process manager that runs PHP behind most modern hosting stacks, and the reason your host almost certainly already uses it.
Which PHP version should I be running?Run the newest PHP version your application supports and that still receives security updates — rarely the oldest one that merely still works.
Your first hour with a new hosting account.
26 articles WordPressInstalling, securing, updating and repairing WordPress.
43 articles EmailMailboxes, clients, forwarding and deliverability.
33 articles Domains & DNSNameservers, records, transfers and propagation.
36 articles SSL & SecurityCertificates, HTTPS, malware and hardening.
28 articles Control PanelFinding your way around the hosting panel.
26 articles Databases & MySQLMySQL users, phpMyAdmin, backups and repairs.
24 articles Migrations & TransfersMoving a site or a domain in, without downtime.
22 articles Speed & PerformanceCaching, images, Core Web Vitals and slow sites.
28 articles Backups & RecoveryTaking backups, and restoring when it counts.
20 articles Errors & TroubleshootingSpecific error messages, and how to clear them.
44 articles VPS & ServersRoot access, SSH, firewalls and server basics.
30 articles Reseller HostingRunning a hosting business on our platform.
22 articles Ecommerce & WooCommerceOnline stores, checkout, payments and PCI basics.
26 articles FTP & File ManagementUploading, permissions and where files belong.
20 articles Billing & AccountInvoices, renewals, upgrades and cancellations.
18 articles SEO & MarketingGetting found once the site is live.
26 articles