Hello Everyone,
I would like to redirect my "example.com" hosted on cPanel server to WIX portal, where i have developed a site using FREE templates, But keep the URL intact as "example.com".
The cPanel redirect works fine, but when i use the .htaccess to achieve what i want, it doesn't work.
Can someone let me know what wrong am i doing ?
Here is my code :
I would like to redirect my "example.com" hosted on cPanel server to WIX portal, where i have developed a site using FREE templates, But keep the URL intact as "example.com".
The cPanel redirect works fine, but when i use the .htaccess to achieve what i want, it doesn't work.
Can someone let me know what wrong am i doing ?
Here is my code :
RewriteEngineOn
RewriteCond %{HTTP_HOST} ^Example Domain
RewriteRule ^(.*) https://ssomething.example.com/domain-india[P]
Last edited by a moderator: