If a page has moved or no longer exists, you can redirect visitors to a new page using a .htaccess file.
Step 1: Log in to SiteWorx
https://www.domain.com:2443/siteworx
Step 2: Open File Manager
Go to Hosting Features → File Manager.
Step 3: Edit .htaccess File
Image Placeholder: Editing .htaccess file in File Manager.
Step 4: Add Redirect Rule
Redirect a page:
Redirect 301 /oldpage.html https://www.domain.com/newpage.html
Redirect entire website:
Redirect 301 / https://www.newdomain.com/
Step 5: Save Changes
Important
- Use 301 redirects for permanent changes
- Incorrect redirects can cause loops or errors