Is there a script available in order to redirect all login pages of sub-blogs to the root blog (ex. http://blog1.example.com/wp-login.php will redirect to http://example.com/wp-login.php)? Or maybe I'm missing a settings?
You would have to code a plugin for that. Check the blogid and if not main blog, use wp_redirect to send to main blog login with an ?refferer= link added maybe.
Thanks. Would be waiting for that.
Hey sorry for my English at first. Can i redirect on the supporter.php after login? If i take /wp-admin/supporter.php they can't connect it.
Thank's for Help Greatings Thomas
Become a member
Responses (3)
Lead Developer — 30th October 2009 14:08 #
You would have to code a plugin for that. Check the blogid and if not main blog, use wp_redirect to send to main blog login with an ?refferer= link added maybe.
Member — 31st October 2009 06:26 #
Thanks. Would be waiting for that.
Member — 22nd May 2011 12:57 #
Hey sorry for my English at first. Can i redirect on the supporter.php after login?
If i take /wp-admin/supporter.php they can't connect it.
Thank's for Help
Greatings
Thomas
Become a member