-3
Good afternoon. I have the following code to follow and would like to open the sites I have and with a button to redirect to the login of the hosting and I’m not getting. The hosting link would be this http://www.example.com/webmail
My code is like this:
WELCOME <div class="col-lg-3 col-md-4 col-sm-4 col-xs-12">
<a target="_blank" href="<?= $site . 'webmail' ?>">
<h4 class="page-title">webmail</h4>
</a>
</div>
</div>
But it doesn’t open /Webmail, it only opens the normal site. Can anyone help me?
What is the content of the $site variable?
– Luiz Bortoluzzi
The $site variable opens several separate domains as it is configured by the customer. That’s why I can’t put the direct link
– ISAEL Santos