Category

Content Management

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,…
8 min read
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.
1 min read
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.
1 min read
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.
5 min read
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…
13 min read
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…
2 min read
Setup phpMyAdmin on Linux (AlmaLinux)
Our helpful guide shows you how to install phpMyAdmin on AlmaLinux to easily manage your MariaDB or MySQL databases. 
13 min read
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…
4 min read
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…
4 min read
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,…
4 min read
Using Memcached
Memcached is an open source, distributed memory object caching system.
2 min read
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.
5 min read