I hope I didn't make my question too vague but what I need is being able to redirect from an index.html page to an login.php page, is that a possibility?
I am using xampp and hosting it locally (the site im making wont go online, just practicing)
Here's the code that I use:
<ul>
<li class="selected"><a href="index.html">home</a></li>
<li><a href="bloemen.html">onze bloemen bekijken></li>
<li><a href="contact.html">contact</a></li>
<li><a href="inloggen.php">Login</a></li>
</ul>
Oh and sorry if this has been posted before, I haven't found any threads like this and couldn't find anything on Google.
Kind regards,
Tom