Web in PHP - href link issue

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
dasm
Forum Newbie
Posts: 1
Joined: Tue May 20, 2008 1:33 pm

Web in PHP - href link issue

Post 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.
User avatar
slightlymore
Forum Newbie
Posts: 9
Joined: Sun May 18, 2008 5:24 pm
Location: Oxford, England

Re: Web in PHP - href link issue

Post by slightlymore »

put http:// in the redirect and see if that helps :)
Post Reply