Ajax Login and Virtual host redirection
-
Hi,
I have hosted my site on a domain with a complicated url.
I then set a virtual host, which will redirect my users to the above complicated url.i.e my general settings have:
wordpress url: https://www.abcdasdadadadada.com/aUser
site url: https://abc.my_master_domain.comWhen I try to do an ajax login using https://abc.my_master_domain.com, the login fails because is_user_logged_in function returns nothing.
When I try to do an ajax login by accessing the website from https://www.abcdasdadadadada.com/aUser, I am successful.
Can you please help me solve this?
- The topic ‘Ajax Login and Virtual host redirection’ is closed to new replies.