I have a WordPress installation and some php pages (not related to WordPress). I want to use the same login between WordPress and My Php pages. When I login from my php, and go to wordpress, it shouldn’t prompt me to login again (and vice versa). Can you please tell me how to do this? Thank you.
Leave a Reply
You must be logged in to post a comment.
You can integrate the wordpress authentication with the apache webserver and then configure which additional resources need a login on your webserver. This works with PHP as well with HTML and images.
For more information, please see mod_auth_mysql and phpass.