In my view I'm giving a URL out like this:
<td style="border-bottom: solid 1px #f3ad44" align="center">
<a class="actions" href="<%= item.URL %>">www...</a>
</td>
My problem is that item.URL has a value like: www.hello.com but when i click on it from webpage it navigates to http://localhost:64075/www.hello.com.
How can I avoid of using localhost, and actually navigate to http://www.hello.com?