i have downloaded a user authentication script [vSignup,@ www.beanbug.net]
i want to install it outside of my html directory so:
1. visitors to my site wont have to type
2. no one has access to the php files, and
3. visitors wont see ' when they go to the login screen.
i installed the files in '/home/vsignup' & added that path to my includes path in php.ini.
i couldnt figure out how to get to the login screen without moving it to my root directory [/home/html/] so i did that.
The "action" after clicking the login icon is to go to 'vauthenitcate.php' which is located in /home/vsignup.
After i log in i get the 'this page cannot be found' @
Now obviously this is because that file is in /home/vsignup/ and not the root directory, but i thought by adjusting the includes path it would work.
how do i configure it correctly?
Any help offered would be greatly appreciated.
thanks
i want to install it outside of my html directory so:
1. visitors to my site wont have to type
2. no one has access to the php files, and
3. visitors wont see ' when they go to the login screen.
i installed the files in '/home/vsignup' & added that path to my includes path in php.ini.
i couldnt figure out how to get to the login screen without moving it to my root directory [/home/html/] so i did that.
The "action" after clicking the login icon is to go to 'vauthenitcate.php' which is located in /home/vsignup.
After i log in i get the 'this page cannot be found' @
Now obviously this is because that file is in /home/vsignup/ and not the root directory, but i thought by adjusting the includes path it would work.
how do i configure it correctly?
Any help offered would be greatly appreciated.
thanks