Forum Moderators: phranque
My MAIN problem that i need help with is, how do i make sure that the page he posts (behind the login screen), are secure and someone can't just guess with www.mydomain.com/holidaypics.htm ie. how do i make for example holidaypics.htm hidden?
Thanks in advance
PS. from the title, clearly i should check my spelling before hitting submit ;)
If you are not a coder then using one of the many free scripts should do the trick.
However those pics will be set, I guess, in a separated folder.
So check your site CP you should have the option to "secure" a file ot a directory.
if you do not find it contact your ISP they will either set it up for you or give you guidance.
only those with the correct passowrd will go through the screenng process
Now there are more sophisticated scripts available
where an user may register and get a PW, then you get an email about the new registration and may either let it be in auto mode or be the one giving the green light
how do i make sure that the page he posts (behind the login screen), are secure and someone can't just guess with www.mydomain.com/holidaypics.htm
The easiest way to do this is to create a directory for your hidden stuff and protect it with .htaccess. No scripts required. This only works on a Linux machine. Here's one link (that I hope will be allowed) but if not, google for "htpasswd."
[httpd.apache.org...]
On a Windows server, I think you can do the same thing easily but the system admin has to set the permissions on the directory.