hello all,
Please I want to know how I can give access to a new user to connect to my site using 4 subdomain ,
examlpe I work with, 4 subdomain.
a.site.com
b.site.com
c.site.com
d.site.com
when a user register in one of the subdomain
It can connect with the same info in another subdomain same as in the main web site site.com
I install the 4 subdomain roughness change table_prefix = 'wp_';
and I add in the file wp-config
the line
define ('CUSTOM_USER_TABLE', 'wp_users');
define ('CUSTOM_USER_META_TABLE', 'wp_usermeta');
after
define ('WP_DEBUG', false);
it will
define ('WP_DEBUG', false);
define ('CUSTOM_USER_TABLE', 'wp_users');
define ('CUSTOM_USER_META_TABLE', 'wp_usermeta');
but when I try to write it myself with other info
and I try to connect to its
You do not have permission to access this page.