function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mahesh1.396434879374128E12mahesh1.396434879374128E12 

Redirecting the URL to Salesforce

Hi,

Here is my requirement.

When i enter my domain Like "ww.abc.com"  in the Url of a browser. then it should redirect to the force.com site Url like "newdeveloper.force.com" site created in salesforce. but in the url it should show me as "www.abc.com".
the mapping should be done in back-end.

Please help me in this issue.

Thanks in Advance/
logontokartiklogontokartik
You need to do it as part of domain name mapping via the hosting provider, if you use goDaddy or dreamhost you should have that option in your settings
mahesh1.396434879374128E12mahesh1.396434879374128E12
i came to know that, it is possible by javascript.  
David "w00t!" LiuDavid "w00t!" Liu
Try using an iframe inside the page that you want to display as the URL:

So www.abc.com should have an iframe like this:
<iframe src="newdeveloper.force.com"></iframe>

mahesh1.396434879374128E12mahesh1.396434879374128E12
Hello,

can any one help me in above Issue.

Please do the needful help.