badwoods
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite Domain Mapping thir level domains issueok guys, the time has come to say it and I’m gonna say it: shame on me!!!!!
http://erikshosting.com/wordpress-tips-code/wp3-multi-site-sub-site-redirects-to-wp-admin/
I had my third site (second in test env) setted in the ‘Dashboard Site’ option of ‘super-admin’->’options’.
Actually I did that explicitly for a reason, because I need self registering user to be automatically enabled for the third site. I found out that with that option I got it as an automatic behaviour, but that cause the problem I ran into.
I’d better start searching for ALL the SIMPLEST solutions next time.
Thanks all for the support!
Forum: Networking WordPress
In reply to: Multisite Domain Mapping thir level domains issueUpdate:
I tried separate VHOST definitions in any order, no way.
I replicated the situation in a test environment and find out the same problem switched. I mean I got the first (main) blog – testdomain.com -, nice it’s working.
Second blog – site1.testdomain.com mapped on http://www.site1.com -, working fine as well.
Then I created the third blog – site2.testdomain.com mapped on otherblog.site1.com -, and I saw it working and said WOW!!!
Then I typed http://www.site1.com and and got redirected to http://www.site1.com/wp-admin.So I followed the same identical procedure and got the problem on the second blog this time!!
So I even tried to remove the third entry from the Apache configuration, but NOT from WordPress, just to give it a try.
The problem still remains.
It looks like is not an Apache configuration problem, looks more like a WordPress/plugin behaviour.I re-read the plugin code but found nothing again.
I’ll have a deep look into the database to see if I can find out something useful.Forum: Networking WordPress
In reply to: Multisite Domain Mapping thir level domains issueok Andrea:
the main site is
http://toscana-notizie.itsecondary site is
http://www.giovanisi.itthe problem is on the third site:
http://blog.giovanisi.it@tim
no I got a single VHOST entry mapping everything, I’ll try the way you told me and let you know.Forum: Networking WordPress
In reply to: Multisite Domain Mapping thir level domains issueHi Tim,
well I actually tried every order of ServerAlias entries without any luck.
I also had a look to the plugin code and the funny thing is I cannot find any redirect to any_site/wp-admin.
I really cannot find the point in here!