How do I point my domain to Web Vaults hosting?
Update nameservers at your registrar to Web Vaults’ nameservers (from your welcome email). Propagation may take up to 48 hours.
- Log in at your domain registrar.
- Find “Nameservers” or “DNS”.
- Choose “Use custom nameservers”.
- Paste the two nameservers from Web Vaults and save.
How do I migrate my WordPress site to Web Vaults?
We can do it free—open a ticket. DIY steps:
- Export files (SFTP) and database (phpMyAdmin) from your old host.
- Upload files to
public_html
and import DB in cPanel > MySQL. - Edit
wp-config.php
with the new DB credentials. - Update DNS to point to Web Vaults.
How do I add a free SSL certificate?
Auto-SSL is enabled on all shared plans.
- Point the domain to our nameservers.
- Wait 30–60 minutes after DNS resolves.
- Visit
https://yourdomain
—padlock should appear. - Force HTTPS in your CMS or via
.htaccess
.
How do I fix “Error 500” on my site?
- Check cPanel > Errors for the last entries.
- Disable the last plugin/theme update.
- Ensure correct PHP version in MultiPHP Manager.
- Raise memory in MultiPHP INI Editor (e.g., 256M).
How do I set up email on my domain?
- Create a mailbox in cPanel > Email Accounts.
- Use the “Connect Devices” settings for IMAP/SMTP.
- Update MX records if using external DNS.
How do I speed up my website?
- Enable caching (plugin for WordPress).
- Compress images (WebP if possible).
- Minify CSS/JS; defer non-critical scripts.
- Use a CDN and keep PHP updated.
How do I redirect www to non-www (or HTTPS)?
Our global .htaccess
already forces HTTPS and apex. To customize:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com$ [NC] RewriteRule ^ https://yourdomain.com%{REQUEST_URI} [L,R=301]
How do I create a backup?
- cPanel > Backup > “Download a Full Account Backup”.
- Store off-site (cloud drive).
- Schedule weekly + before major changes.
How do I request a domain transfer to Web Vaults?
- Unlock at current registrar and get the EPP code.
- Start here: Domain Transfer.
- Approve the confirmation email.
How do I set up a subdomain?
- cPanel > Domains > Create subdomain (e.g.,
blog
). - Upload site to the subdomain’s document root.
- SSL issues? Re-run Auto-SSL after DNS propagates.
How do I connect my domain if I keep DNS elsewhere?
- Create an A record to your Web Vaults server IP.
- Set CNAME for
www
to the apex domain. - Add MX records if using our email.
How do I add my site to Google Search Console?
- Go to Search Console > Add property (Domain).
- Verify via DNS TXT record.
- Submit your sitemap
/sitemap.xml
.
How do I fix mixed-content warnings after HTTPS?
- Search/replace old
http://
URLs in your DB. - Use a plugin (“Better Search Replace”) for WordPress.
- Clear caches and reload.
How do I enable AdSense Auto Ads?
- Make sure the AdSense loader is present (your site already injects it).
- Turn on Auto Ads in your AdSense account for your domain.
- Give Google time to learn your layout.
VPS vs Shared: when should I upgrade?
Upgrade when you need consistent CPU/RAM, root access, custom services, or traffic spikes affect neighbors. VPS at Web Vaults is coming soon.