Page 1 of 1

Newbie needs help with permissions

Posted: Fri Mar 23, 2007 11:15 pm
by msbleu
New to php…while most would get their feet wet I seem to have jumped in and am drowning. I have created my first php form; a registration form. When submitting the form the error…Forbidden You don't have permission to access /regform.php server. I was told I need to set permissions. Where do I set these?

Posted: Sat Mar 24, 2007 1:05 am
by feyd
Typically that is done directly on the server, either via a control panel, through a terminal login (often SSH) or some server's even allow you to do it via FTP.

Posted: Sat Mar 24, 2007 7:50 am
by msbleu
Thanks for the direction! I wasn't getting a clear answer before.