Skip to content

Verified URL with URL as anchor

Obviously if I do <a href="%verified_url%">%verified_url%</a> I'll get 2 different URLs, is there a way to have the same URL? eg <a href="http://www.google.com">http://www.google.com</a&gt; instead of <a href="http://www.google.com">http://www.bing.com</a&gt;

Thanks!

Comments

  • SvenSven www.GSA-Online.de
    Try...  <a href="%verified_url%">%verified_host %</a>
  • ah yes of course because my example is bad (directly the host) - though, are you sure it's not gonna make 2 different hosts? - but anyway what if I have a full urls in my verified? like http://site.com/page/whatever

    so recap / correct example i'm afraid it's going to make <a href="hxxp://site.com/page/whatever">hxxp://site2.org/hi/sup/dude</a>, how can we avoid that?
  • SvenSven www.GSA-Online.de

    well sorry, then it'S not working Im afraid. I will add something else like:

    <a href="%verified_url%">%verified_host%%verified_path%%verified_parameters%</a>


    ...for next version.

  • Perfect, thanks a lot Sven!!!!!!!!
Sign In or Register to comment.