ZilleHosting

Frequently Asked Questions

We're here to help. Get in touch and we'll get back to you as soon as we can

📖 12+ Detailed Answers 🛠️ Step-by-Step Guides 💡 Expert Tips 🔒 Security Solutions

Last Updated on June 6, 2026

📞 Still Have Questions?

Can't find the answer you're looking for? Our support team is here to help you 24/7.

Contact Support 💬 WhatsApp

⭐ Trusted By

👥 🔒

4.9/5 from 1250+ customers

🌐 Domain & Name Selection

🌐 What domain name should I choose for my site?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📌 Tips for Choosing the Perfect Domain Name:
  • Keep it short and memorable – Short domains are easier to remember and type. Aim for 6-14 characters.
  • Use .com when possible – .com is the most recognized and trusted extension worldwide.
  • Avoid numbers and hyphens – They can confuse users and are harder to share verbally.
  • Make it brandable and unique – Create something that stands out from competitors.
  • Include keywords if possible – Helps with SEO and tells visitors what your site is about.
  • Check availability on social media – Ensure your domain is available across platforms.
💡 Pro Tip: Use ZilleHosting's domain search tool to instantly check availability and register your perfect domain name.
🔄 How do I transfer my domain to ZilleHosting?

Transferring your domain to ZilleHosting is quick and easy. Every website starts with a great domain name, and we're here to help you make the switch.

📋 Steps to Transfer Your Domain:
  • Step 1: Unlock your domain at your current registrar.
  • Step 2: Get the EPP/Authorization code from your current registrar.
  • Step 3: Log in to your ZilleHosting client area.
  • Step 4: Go to Domains → Transfer Domain and enter your domain name.
  • Step 5: Enter the EPP code and complete the transfer process.
  • Step 6: Confirm the transfer via email and wait 5-7 days for completion.
⚠️ Important: Make sure your domain is not expired and you have access to the admin email address. Transfers typically take 5-7 days to complete.

🖥️ Web Server & Hosting

🖥️ Why can't people connect to the web server on my PC?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

🔍 Common Causes and Solutions:
  • Firewall blocking incoming connections – Configure your firewall to allow traffic on port 80 (HTTP) and 443 (HTTPS).
  • Port 80/443 not forwarded in router – Set up port forwarding in your router settings to direct traffic to your local IP.
  • Web server not running properly – Check your web server (Apache, IIS, Nginx) status and restart if needed.
  • Dynamic IP address changes – Use a Dynamic DNS service to update your domain with your current IP.
  • ISP blocking incoming ports – Some ISPs block port 80; contact your ISP or use an alternative port.
  • Local firewall on PC – Disable or configure Windows Firewall/third-party security software.
💡 Quick Fix: Try accessing your site locally using http://localhost or http://127.0.0.1. If it works locally, the issue is with your network configuration.
🔢 How do I give my computer a static local IP address?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Step-by-Step Guide for Windows:
  • Step 1: Open Network Settings (Control Panel → Network and Sharing Center).
  • Step 2: Click on "Change adapter settings" on the left panel.
  • Step 3: Right-click your active network connection and select "Properties".
  • Step 4: Select "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties".
  • Step 5: Select "Use the following IP address" and enter:
  • IP Address: e.g., 192.168.1.100 (choose an unused IP)
  • Subnet mask: Usually 255.255.255.0
  • Default gateway: Your router's IP (e.g., 192.168.1.1)
  • Preferred DNS server: 8.8.8.8 (Google DNS) or your ISP's DNS
  • Alternate DNS server: 8.8.4.4 (Google DNS)
💡 Pro Tip: For Linux users, edit the /etc/network/interfaces file or use your network manager GUI to set a static IP.
🔗 How can I make my website work without www. in front?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Methods to Remove www:
  • Method 1: .htaccess Redirect (Apache) – Add this code to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
  • Method 2: DNS Configuration – Add an A record for your domain without www pointing to your server IP.
  • Method 3: cPanel Redirect – Use the "Redirects" feature in cPanel to create a 301 redirect from www to non-www.
  • Method 4: CMS Settings – WordPress, Joomla, and other CMS have settings to define your preferred domain.
  • Method 5: IIS URL Rewrite – Use IIS URL Rewrite module with a rule to remove www.
⚠️ Important: Always use a 301 (permanent) redirect for SEO purposes. This tells search engines to transfer link equity to the non-www version.

🔒 Internet Information Server (IIS)

🔒 Why does Internet Information Server (IIS) want a password?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

🔍 Common Reasons for Password Prompt:
  • Authentication Settings Enabled – Check if Anonymous Authentication is disabled in IIS.
  • NTFS Permissions Issue – The IUSR account may not have read access to the folder.
  • Application Pool Needs Credentials – The application pool identity may need proper credentials.
  • Try Using Your Windows Login – Sometimes your local Windows credentials work.
  • Password Protected Directory – Check if you've set up directory-level password protection.
  • Web.config Configuration – Authorization rules in web.config may be blocking access.
📋 Quick Solutions:
  • Enable Anonymous Authentication: In IIS Manager, select your site → Authentication → Enable Anonymous Authentication.
  • Fix Permissions: Right-click your folder → Properties → Security → Add IUSR with Read permissions.
  • Check Application Pool: Set Application Pool Identity to ApplicationPoolIdentity or NetworkService.
  • Clear Browser Cache: Sometimes the password prompt is cached in your browser.
💡 Pro Tip: If you're using Windows 10/11, you can also try installing IIS with the "IIS Management Console" for easier configuration.

📡 DNS Configuration

📡 What DNS settings should I use for my domain?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Recommended DNS Settings:
  • A Record (IPv4): Points your domain to your server's IP address (e.g., 192.168.1.100 or your hosting IP).
  • AAAA Record (IPv6): Optional - Points your domain to your IPv6 address.
  • CNAME Record: Used to point subdomains (www, mail, ftp) to your main domain.
  • MX Record: Points your email to your mail server.
  • NS Records: Your nameservers (provided by ZilleHosting or your registrar).
  • TXT Records: Used for verification (SPF, DKIM, DMARC for email authentication).
📌 Quick Setup with ZilleHosting: When you order hosting from ZilleHosting, we'll provide you with our nameservers. Simply update your domain's NS records to point to us, and we'll handle the rest!

📧 Email Setup

📧 How do I set up email for my domain?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Email Setup Guide:
  • Step 1: Log in to your ZilleHosting cPanel.
  • Step 2: Go to the Email section and click on "Email Accounts".
  • Step 3: Click "Create" to add a new email account (e.g., yourname@yourdomain.com).
  • Step 4: Set a strong password and choose the mailbox quota (storage limit).
  • Step 5: Configure your email client with the following settings:
  • Incoming Server (IMAP): mail.yourdomain.com
  • Incoming Server (POP3): mail.yourdomain.com
  • Outgoing Server (SMTP): mail.yourdomain.com
  • Port (IMAP): 993 (SSL) or 143 (non-SSL)
  • Port (POP3): 995 (SSL) or 110 (non-SSL)
  • Port (SMTP): 465 (SSL) or 587 (TLS)
💡 Pro Tip: We recommend using IMAP over POP3 as it syncs your emails across all devices automatically.

🛡️ Security

🛡️ How do I get an SSL certificate for my website?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Steps to Install SSL on ZilleHosting:
  • Step 1: Log in to your ZilleHosting cPanel.
  • Step 2: Go to the Security section and click on "SSL/TLS Status".
  • Step 3: If using AutoSSL (free), simply enable it and it will auto-install.
  • Step 4: For custom SSL, use the "Install an SSL Website" option.
  • Step 5: Enter your domain and paste the certificate, private key, and CA bundle.
  • Step 6: Click "Install" and force HTTPS in your .htaccess file.
✅ Free SSL with ZilleHosting: All ZilleHosting plans come with free AutoSSL from Let's Encrypt. It's automatically installed for your domains!

💾 Backup & Restore

💾 How do I backup and restore my website?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Backup Guide:
  • Method 1: cPanel Backup – Go to Backup → Full Backup or Home Directory Backup.
  • Method 2: File Manager – Compress your entire public_html folder and download.
  • Method 3: FTP/SFTP – Connect via FTP and download all files to your local computer.
  • Method 4: Database Backup – Use phpMyAdmin or cPanel's MySQL Databases → Export.
  • Method 5: WordPress Plugin – Use plugins like UpdraftPlus or BackupBuddy for automatic backups.
📋 Restore Guide:
  • Step 1: Upload your files back to public_html (or root directory).
  • Step 2: Import your database via phpMyAdmin (Import tab).
  • Step 3: Update configuration files (wp-config.php, config.php) with database details.
  • Step 4: Test your website thoroughly after restoration.
📌 Important: ZilleHosting performs daily backups, but we always recommend keeping your own backup copies for extra safety!

🚀 Website Migration

🚀 How do I migrate my website to ZilleHosting?

Every website starts with a great domain name. ZilleHosting, as a leading domain registrar, offers you a wide variety of domains. Register or transfer your domain name in a snap.

📋 Migration Methods:
  • Free Migration Service: ZilleHosting offers free cPanel migration from your previous host. Just open a support ticket and we'll handle it!
  • Method 1: cPanel Transfer – Use cPanel's "Transfer Tool" to move your account.
  • Method 2: Manual Migration – Download files via FTP and export/import databases.
  • Method 3: WordPress Plugin – Use migration plugins like Duplicator or All-in-One WP Migration.
  • Method 4: SiteGround Migrator – For WordPress sites, use the SG Migrator plugin.
📋 Migration Checklist:
  • Backup your current website completely
  • Download all website files
  • Export your database
  • Upload files to ZilleHosting
  • Import database
  • Update configuration files with new database details
  • Test your website before updating DNS
  • Point your domain to ZilleHosting nameservers
  • Monitor for 48 hours after migration
🚀 Free Migration: All ZilleHosting hosting plans include free professional migration service. Our team will move your website for you!
📞 How do I get support from ZilleHosting?

ZilleHosting offers 24/7 support through multiple channels to help you with any issues.

📋 Support Channels:
  • 📧 Email Support: support@zillehosting.com – We respond within 2-4 hours.
  • 💬 WhatsApp Support: +923709472943 – Instant response, available 24/7.
  • 🎫 Ticket System: Open a support ticket in your client area for detailed issues.
  • 💻 Live Chat: Available on our website for immediate assistance.
  • 📚 Knowledge Base: Check our knowledge base for self-help guides and tutorials.
📌 Priority Support: Premium Pro plan customers get priority support with faster response times and dedicated assistance.

📧 Still Have Questions?

Can't find the answer you're looking for? Our support team is here to help you 24/7.

📌 Last Updated on June 6, 2026