Support Guides
Guides for making the most of your shared hosting package, covering common setup tasks and day-to-day management.
HTTP error codes appear when something prevents your website from loading correctly. These errors frustrate visitors, reduce search visibility and signal problems that need immediate attention. You will learn what causes the most common HTTP errors and how to…
A temporary domain lets you test websites and development projects without registering a permanent domain name. You can preview sites before they go live, set up staging environments or test configuration changes without affecting your production site. You…
The phpinfo() function displays detailed information about your server’s PHP configuration. You can use it to verify PHP version, check loaded extensions, review memory limits or confirm that software requirements are met. You will create a PHP file…
Your website or application may require a specific PHP version to function correctly. Outdated PHP versions can cause compatibility issues, while newer versions improve performance and security. You will use cPanel’s MultiPHP Manager to change the PHP…
cURL is a command-line tool that transfers data to and from servers. It supports HTTP, HTTPS, FTP and SFTP protocols, allowing you to download files directly from the terminal without a browser. You will use cURL to retrieve files, save them with their…
Network connectivity problems prevent visitors from reaching your site and make it difficult to access your server. The ping command tests whether a connection exists between your computer and a destination server by measuring how long packets take to travel…
Browser developer tools let you view and edit HTML, CSS and JavaScript in real time. You can inspect any element on a page, test CSS changes instantly and spot console errors without affecting your live site. These tools help you troubleshoot website error…
PIP (Pip Installs Packages) manages Python package installation and updates on your system. Without it, you need to download and install Python libraries manually, which becomes impractical as your projects grow. You will check your Python installation,…
Your device stores DNS information for recently visited sites in a temporary cache. This speeds up browsing by reducing queries to external DNS servers. When DNS records change, your cached information becomes outdated and causes loading problems. You will…
Tracking the sender’s IP address helps you verify whether an email is legitimate or a phishing attempt. Gmail stores this information in email headers, which you can view through the web interface. You will extract the IP address from Gmail’s…