WordPress Admin Dashboard Redirect Issue
-
I have an issue with my wordpress installation, its regarding logging into the admin dashboard and server handling of urls with and without the “WWW” part of the string:
Quite simply if I am logged into the Dashboard: https://www.domain.com/wp-admin
and then if I force the page to go to https://domain.com/wp-admin then wordpress logs me out and sends me back to the login screen
What I would like to do is the following:
Have everything on https://domain.com/wp-admin/anything redirect to https://www.domain.com/wp-admin/anything but still keep me logged in.
The reason why this is important in case you were wondering is that certain 3rd party applications (Jetpack in particular) are redirecting to https://domain.com/wp-admin/someurl which then results in the user being logged out, and the session terminated.
I have attempted the following – all with no results:
- Put a .htaccess file in the wp-admin folder which adds www to url
- checked the wp_options table and made sure application field has www in url
Any suggestions and help would be appreciated – Thanks in advance for the help and support
- The topic ‘WordPress Admin Dashboard Redirect Issue’ is closed to new replies.