I need to point a folder to my subdomain after click on link. When i click on
<a href="http://fotobudka.mmpstudio.pl">
<div id="mmpfotobudkalogo" class="col-lg-4">
<h2><img src="/img/fb/logo_fotobudka.png" width="188px"></h2>
<p class="text-standard">Klasyczna fotobudka w nowoczesnym stylu</p>
</div>
</a>
The browser links me to: "http://fotobudka.mmpstudio.pl/fotobudka" and 500 error, I need to point a folder to this link cause defaultly creater by server is not working
Folder created by adding a subdomain: mmpstu/public/fotobudka
I need to point this folder to link that browser brings me on.