Domain redirection forwards visitors from one domain or URL to another automatically.
Redirects are commonly used for:
Redirecting old domains to new domains
Redirecting HTTP to HTTPS
Redirecting www to non-www
Forwarding pages after website migration
Redirecting temporary campaign URLs
Example:
oldwebsite.com → newwebsite.comRedirect Type | Purpose |
|---|---|
301 Redirect | Permanent redirect |
302 Redirect | Temporary redirect |
A permanent redirect tells search engines:
The page/domain has permanently moved
SEO value transfers to the new URL
Best for:
Website migrations
Domain changes
HTTPS redirects
A temporary redirect tells search engines:
The move is temporary
Original URL may return later
Best for:
Temporary maintenance
Testing pages
Short-term campaigns
This is the easiest method.
Open your cPanel login URL:
https://yourdomain.com:2083or access through:
https://my.govaio.com/loginEnter your cPanel username and password.
Inside cPanel:
Go to the Domains section
Click:
RedirectsChoose:
Permanent (301)
Temporary (302)
Recommended:
Permanent (301)Choose the domain or subdomain you want to redirect.
Example:
oldwebsite.comEnter the target destination.
Example:
https://newwebsite.comOptional settings may include:
Redirect with or without www
Wildcard redirects
Wildcard redirect forwards all pages.
Example:
oldwebsite.com/page1
→
newwebsite.com/page1Enable:
Wild Card RedirectClick:
AddYour redirect is now active.
Advanced users can manually configure redirects.
Open cPanel
Go to:
File ManagerNavigate to:
public_htmlLocate:
.htaccessIf missing:
Create new file named .htaccess
Add:
Redirect 301 / https://newwebsite.com/Redirect 301 /old-page.html
https://newwebsite.com/new-page.htmlRewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [L,R=301]RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [L,R=301]Some domain registrars provide URL forwarding.
Common providers:
GoDaddy
Namecheap
BigRock
Cloudflare
Log in to registrar
Open:
Domain Management
Forwarding
URL Redirect
Enter destination URL
Save settings
Redirect Scenario | Example |
|---|---|
Old domain to new domain | |
HTTP to HTTPS | http:// → https:// |
www to non-www | |
Redirect old pages | oldpage → newpage |
After configuring redirect:
Open browser
Visit source domain
Confirm automatic forwarding
You may also use online redirect checker tools.
For SEO:
Use 301 redirects for permanent moves
Avoid redirect loops
Keep redirects clean and simple
Update sitemap after migration
Conflicting redirect rules.
Remove duplicate redirects
Check .htaccess
Browser cache or syntax error.
Clear browser cache
Verify redirect rule syntax
Multiple chained redirects.
Simplify redirect rules
Remove unnecessary redirects
SSL not properly configured.
Install SSL certificate
Verify HTTPS settings
Always use HTTPS redirects
Verify destination URLs
Avoid redirecting to suspicious websites
Regularly review redirect rules
A permanent redirect transferring visitors and SEO value to a new URL.
Proper 301 redirects preserve most SEO rankings.
Yes. Specific pages can be redirected individually.
Yes. Subdomains can also be redirected.
Usually immediately after configuration.
If you need assistance configuring domain redirects, contact support: