Articles in this category
Best Practices: Changing Your CMS Login URL
Most Content Management Systems (CMS's) have a unique identifying login url. For example, WordPress uses /wp-admin for your login home page. Because of this,…
Configure Custom Error Messages in ASP.NET in Cloud Sites
You can enable custom error messages for your ASP.NET application on Windows IIS by using a web.config file with a customErrors setting configured.
Create a Subdomain in Cloud Sites
Cloud Sites treats subdomains as its own website. You can create them the same way you create any other website.
Exploring the rsync Utility
Go beyond basic rsync commands. Explore common flags like -a and -z to compress files, preserve permissions, and automate server backups safely.
How to install Joomla on Linux (AlmaLinux)
Installing Joomla on AlmaLinux with Liquid Web servers is a straightforward process that can be completed quickly and efficiently. Harness the power of Joomla…
Installing a CMS Manually
To build your website with a CMS, you must first install it. Liquid Web's cPanel and Plesk servers offer automated tools for easy CMS…
Setup phpMyAdmin on Linux (AlmaLinux)
Our helpful guide shows you how to install phpMyAdmin on AlmaLinux to easily manage your MariaDB or MySQL databases.
Upload Files Using FTP in Plesk
To securely connect your computer to your server for file uploads, use an FTP client like Filezilla, CoreFTP, or Cyberduck. Find your server info…
Uploading Files Using FTP in cPanel
FTP is fast but insecure for file transfer. SFTP, like FTP over SSH, offers security. Use SFTP with desktop clients like Filezilla for Linux…
Using Custom Error Pages
Error pages are a part of any website. No matter what, website visitors will sometimes encounter error pages. If you use custom error pages,…
Using Memcached
Memcached is an open source, distributed memory object caching system.
Using rsync to Sync Local and Remote Systems
Discover how to sync local and remote systems using the Linux rsync utility. Learn basic commands, remote SSH transfers, and using alternate ports.