ask9 Posted April 11, 2011 Share Posted April 11, 2011 Hi guys I created this page below, http://coder9.com/adventure/ As you can see, when you click the facebook link under 'kohana' It redirect to wrong address? But if you inspect the link using FireBug the address/url is right. Why is this? and how to fix this? Thanks in advanced. Quote Link to comment https://forums.phpfreaks.com/topic/233318-redirect-to-wrong-url/ Share on other sites More sharing options...
pets2soul Posted April 11, 2011 Share Posted April 11, 2011 I don't know how you created this page (Whether by programming, or plain HTML), either way...you need the "http://" prefix for your url... The a tag should look like this --> <a href='http://www.facebook.com'>FaceBook<br></a> Quote Link to comment https://forums.phpfreaks.com/topic/233318-redirect-to-wrong-url/#findComment-1199881 Share on other sites More sharing options...
ask9 Posted April 11, 2011 Author Share Posted April 11, 2011 Okay problem solved. I just put the complete address, http://facebook.com rather than facebook.com Anyway thanks @pet2soul Quote Link to comment https://forums.phpfreaks.com/topic/233318-redirect-to-wrong-url/#findComment-1199882 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.