How to set up a redirect
Redirects send visitors from one URL to another — useful when you move a page, change its name, or want a short link to point somewhere.
Using cPanel
- Log in to cPanel and, under Domains, click Redirects.
- Choose the type: a Permanent (301) for permanent moves (best for SEO), or Temporary (302).
- Pick the domain, enter the path to redirect from and the full destination URL.
- Click Add.
Doing it in .htaccess
You can also add redirect rules to your .htaccess file for fine control — for example Redirect 301 /old-page /new-page.
Tip
Use 301 for permanent changes so search engines pass on your ranking. Need a complex redirect (whole folders or patterns)? Ask our team.
