i am using Xampp and when i am trying access any online website using this code
<a href="www.xyz.com">Click</a>
it shows this in the url field
localhost/www.xyz.com
how to link to www.xyz.com directly ...
i also tried to use
<base href="">
but it doesn't seen to work .
i also tried using javascript and php redirects , but still i am getting the same error
Try typing http://www.mysite.com
. If you don't use http://
, it thinks you're referring to a local domain (under localhost
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With