Hi ,


We have an alternate method in added the redirection script. However, it would involve an edit to the .htacess file. If you are comfortable configuring this file, below are the steps to implementing this method.

Before we do anything, it is suggested that you backup your website so that you can revert back to a previous version if something goes wrong.

To Open the File Manager


- Log into cPanel.
- In the Files section, click on the File Manager icon.
- Check the box for Document Root for and select the domain name you wish to access from the drop-down menu.
- Make sure Show Hidden Files (dotfiles)"" is checked.
- Click Go. The File Manager will open in a new tab or window.
- Look for the .htaccess file in the list of files. You may need to scroll to find it.

To Edit the .htaccess File

- Right click on the .htaccess file and click Code Edit from the menu. Alternatively, you can click on the icon for the .htaccess file and then click on the Code Editor icon at the top of the page.
- A dialogue box may appear asking you about encoding. Just click Edit to continue. The editor will open in a new window.
- Edit the file as needed. In this case add the text in the attached file (RDS-SIMPLIFIED.txt) to what is already in this file. DO NOT REPLACE what was previously on this file.
- Click Save Changes in the upper right hand corner when done. The changes will be saved.
- Test your website to make sure your changes were successfully saved. If not, correct the error or revert back to the previous version until your site works again.


- Once complete, you can click Close to close the File Manager window.

**Make sure to update the URL in the attached file when placed on the main site's .htaccess file. Specifically the last line (sampled below). Replace MOBILESITEURL with the URL of your mobile site.

RewriteRule ^$ https://MOBILESITEURL [L,R=302]


Kind regards,