WebGee Docsالتوثيق
WordPress Cloud

Redirects

Forward visitors from one domain to another with a permanent or temporary redirect, without editing .htaccess.

Redirects forward visitors from this website to another address. Applies to all WordPress Cloud packages.

Open a website and select Redirects.

The Redirects page before any redirect exists

Select Add redirect and choose the type:

  • Permanent (301) — the address has moved for good. Search engines transfer ranking to the destination and browsers cache the redirect.
  • Temporary (302) — the address will come back. Nothing is transferred and nothing is cached long term.

Browsers cache 301s aggressively and will keep following one after you delete it. Use 302 while you are testing, and switch to 301 only once you are certain the destination is right.

Choosing between a redirect and a domain

Use a redirect when the destination is a different site. If you simply want two domains to serve the same website, add the second domain to the website under Domains instead — a redirect would send visitors away rather than serving them.

On this page