3
I’m creating a simple login system that redirects a customer to their area. There will contain links to your projects, IE, when clicking, it will be redirected to your site.
EXAMPLE: I have a folder called customer web sites in this hierarchy:
sites_clientes
cliente_1
-worpress1
-worpress2
-worpress3
cliente_2
-worpress1
-worpress2
All customers will have access to sites_clientes
for authentication.
DOUBT: Which file, from the root folder of WORDPRESS, should use conditions with $_SESSION
for authentication?
You want to authenticate the user in wordpress?
– André Ribeiro
No. I have already done it externally. Authentication is on
sites_clientes
– Lollipop
I don’t understand what you want to do.
– André Ribeiro
You want to do a kind of Single Sign On? The user has logged on to the main Wordpress and, when redirected to another, it should already be authenticated?
– utluiz
@utluiz, is the following: I entered in www.meusistema.com.br(IS NOT WORDPRESS), filled in my user and password and WAS REDIRECTED TO MY www.meusistema.com.br/wordpress.
– Lollipop