I will like to use the phpgedview user authentication as mechanism to control access to parts of my family history site.
One way may be to add some code in the .htaccess file in the directory to get the authentication via phpgedview login screen.
Can somebody suggest how this can be accomplished.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I will like to use the phpgedview user authentication as mechanism to control access to parts of my family history site.
One way may be to add some code in the .htaccess file in the directory to get the authentication via phpgedview login screen.
Can somebody suggest how this can be accomplished.
Your other apps can share the PGV login by looking for a session-variable $_SESSION, and checking the access levels in the table pgv_users.
You might need to alter the cookie path in session.pph, depending on the layoutt of your site.