The server root is automatically placed before the URL of links displayed on the page. How to create an external link without the relative server path, for example to get a link to http://www.cnn.com Thanks
So, you'd want to do this: <a href="http://www.digitalpoint.com"> Instead of this: <a href="www.digitalpoint.com">
The current link is already like <a href="www.digitalpoint.com"> but when it's clicked it goes to 127.0.0.1/webroot/http://www/digitalpoint.com the server is added in front as if the http address is a local file.