I have the following setup in GoDaddy:
host: www.cms.pagelime
pointsto: www.cms.pagelime.com
I have the following setup in PageLime:
cname: cms.summitcitysluggers.com
I have the following setup in my website:
<form id="cmsLoginForm" method="post" action="http://cms.pagelime.com/CMS/Login.ashx">
<input type="hidden" name="cname" value="cms.summitcitysluggers.com" />
<div>
<div align="left">
<input type="text" name="email" />
Email</div>
</div>
<div>
<div align="left">
<input type="password" name="password" />
Password</div>
</div>
<div align="left">
<input type="submit" value="Coaches Login" />
</div>
</form>
With all of that being said I can have my coaches login in from the homepage of their website. I however want to know if it is possible for the address bar to read http://cms.summitcitysluggers.com/CMS/??#plhSites (etc.). Instead of http://cms.pagelime.com/CMS/??#plhSites (etc.). This would be the last item showing my clients that I am subcontracting my dashboard out. If I can make this change in the address bar my problems will be completely fixed.
I have tried entering in www.cms.summitcitysluggers.com into the form code in the action section of the page. It however will not work. Please take a look at what I have setup and help me get my code organized so that I can rebrand pagelime completely without letting my customers know that I am subcontracting my control panel out to another company.