Page 1 of 1

Web in PHP - href link issue

Posted: Tue May 20, 2008 2:15 pm
by dasm
Hi,

I am trying to redirect to my webpage from a simple link like : "take me to health zone", in my hosing site.
it shows me another page link and tells that the page not found. If you type the link in internet explorer the page will show up though. I am not sure what i am missing.


<a href="http://mdas1.qhealthzone.com">take me to health zone</a>

the page it tries to show : preview.icommerce.com when tried from my website. But shows the right page when typed in the internet explorer.

any help is appreciated.

Re: Web in PHP - href link issue

Posted: Wed May 21, 2008 7:18 am
by slightlymore
put http:// in the redirect and see if that helps :)