ok....im trying to understand but I can not find any information on what im trying to do..
I have created 2 files
test.php and secure.html
in test.php there is only one line of code and all it does is echo a link to the page like so echo "<a href='https://www.where.com:443/secure.html'>Secure Access</a>";
and in secure.html all it says is "This page is Secure"
When I load of the test.php it works fine.. and shows me a link "Secure Access" ..when I click the link it says Page Not Found.. but the page is there..
Can anyone point to somewhere I can see some actual coding and not of lot of explanation.. I just want to see some code.. thats it.. i dont get explanations but I can understand code like anything..