When I type URL
file://///server01\PUBLIC\PEG\
in browser address bar, browser redirecting to that location and shows the documents available. But when I use same url in href browser not redirecting to the href location.
<?php
echo '<a href="file://///server01\PUBLIC\PEG\">click here</a>';
echo '<a href="file://///server01/PUBLIC/PEG/">click here</a>';
?>
php code is not working. When I click click here nothing will be happend.Browser not redirecting to corresponding location.
I tested in all browsers. Application running in remote server.