WampServer: Prevent links containing the name of the virtual host

0

Thank you for your attention. I am working on a web page with a local server through the Wamp package. The problem that occurs to me is that, in the links declared on the page, the name of the virtualhost always comes first. For example I declare:

<a href='www.google.com'>enlace</a>

and the browser always interprets as:

<a href='mypaginaweb/www.google.com'>enlace</a>

and this last reference is obviously incorrect and does not exist.

Greetings!

    
asked by JeFNDZ 05.11.2018 в 03:53
source

0 answers