I want to open somewebsite.com , but it goes to localhost/somewebsite.com , why its taking relative path.
I want to open somewebsite.com , but it goes to localhost/somewebsite.com , why its
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your link is missing the protocol at the start of the URL:
http://for pages not using SSL,https://for pages securing data transfer using SSL.If you want a link that works in either scenario, you can use
//instead of the fully qualified protocol.