Hi,
I have one development website and one live website. The development website is located at my machine under "locahost/mysite/" and the live website is "www.mysite.com"
I am using FCK editor to create hyperlinks. For example, once a link is created under my development site, the relative path will be "/mysite/LinkClick.aspx?link=83&tabid=83". However, when migrate the page to the live website "www.mysite.com", the link breaks.
I think the link is supposed to be "/LinkClick.aspx?link=83&tabid=83" for live site "www.mysite.com".
Is there a way to use relative path that will work on both "localhost/mysite/" and "www.mysite.com"?
Please let me know,