Find answers to your hosting questions with our comprehensive guides and tutorials
Registering a domain name with Host Web is simple and straightforward. Follow these steps:
If your domain is available, you'll see pricing options for different extensions (.com.au, .com, .net.au, etc.). Choose the one that best suits your needs.
Once registered, your domain will be active within 24 hours, though it's usually much faster.
Getting your first website online is easier than you think. Here's your complete guide:
The easiest way for beginners:
If you have existing website files:
public_html folderTo connect your domain to your Host Web hosting account, you'll need to update your domain's nameservers.
Use these nameservers for all Host Web hosting:
ns1.hostweb.com.auns2.hostweb.com.auYour domain is automatically connected! No action needed.
cPanel is your hosting control panel where you manage all aspects of your website. Here's what you need to know:
You can access cPanel in two ways:
https://yourdomain.com.au/cpanelFiles Section:
Databases Section:
Email Section:
Domains Section:
FTP (File Transfer Protocol) allows you to upload files from your computer to your hosting server.
You'll need these three things:
We recommend these free FTP clients:
21public_html folder on the serverpublic_html folder is your website's root directory. Files placed here will be accessible at yourdomain.com.au
Create professional email addresses for your domain in just a few clicks.
info for info@yourdomain.com.au)You can access your email in three ways:
Use these settings for email clients:
Set up your Host Web email on your iPhone, iPad, or Android device.
Incoming Server (IMAP):
mail.yourdomain.com.au993Outgoing Server (SMTP):
mail.yourdomain.com.au465Configure your Host Web email in Microsoft Outlook for Windows or Mac.
If automatic setup doesn't work:
Your Name: Your name as you want it to appear
Email Address: your.email@yourdomain.com.au
Account Type: IMAP
Incoming Server: mail.yourdomain.com.au
Outgoing Server: mail.yourdomain.com.au
Username: your.email@yourdomain.com.au
Password: Your email password
993 with SSL465 with SSLWordPress is the world's most popular content management system. Install it in minutes with our one-click installer.
Choose Domain: Select your domain
Directory: Leave blank for root installation
Site Name: Your website name
Admin Username: Choose a username (not 'admin')
Admin Password: Create a strong password
Admin Email: Your email address
After installation, access your WordPress admin at:
https://yourdomain.com.au/wp-admin
SSL certificates encrypt data between your website and visitors, showing the padlock icon in browsers. All Host Web hosting includes free AutoSSL.
Host Web automatically installs free SSL certificates for all domains on your account. This happens automatically within 24 hours of adding a domain.
After SSL is installed, redirect all traffic to HTTPS:
Method 1: Via cPanel
Method 2: Via .htaccess File
Add this code to your .htaccess file in public_html:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
If you're using WordPress:
https://SSH (Secure Shell) allows you to access your VPS server command line remotely.
22ssh root@your-vps-ip-addressAfter your first login, we recommend:
yum update or apt update && apt upgradeIf your website isn't loading, follow these troubleshooting steps:
A misconfigured .htaccess file can cause issues:
If you're experiencing email problems, try these solutions:
Verify you're using correct settings:
Incoming emails might be marked as spam:
Proper email delivery requires correct MX records:
mail.yourdomain.com.auIf you can't send emails:
Try searching with different keywords or browse all categories above.