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. 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> 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 Link to comment https://forums.phpfreaks.com/topic/233318-redirect-to-wrong-url/#findComment-1199882 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.