I need to secure a single web page so that it only allows access from a followed link.
Basically I don't want some one typing in www.mysite.com/page and being able to access it.
I was pretty sure that you could put a code into the <header> tag that restricted access.
I know about htaccess files but I was under the impression these only work for the whole website and not a single page.