Tomi K
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite domain mapping redirect to root domain problemJust to clarify: Both domain.com and blog1.com have been pointing to the same IP for long enough time for DNS to propagate. Domain.com for months and blog1.com for about a month.
I’ll check the plugins. There aren’t many though, but it’s still a possibility.
Forum: Networking WordPress
In reply to: Multisite domain mapping redirect to root domain problemDomain.com has been pointing to this IP for months now so I can’t be a DNS propagation issue, right?
Domain.com is the primary domain in which the WP has been installed, it’s not mapped with Domain mapping.
WP works just fine it I access domain.com/blog1.
Forum: Networking WordPress
In reply to: Multisite domain mapping redirect to root domain problemActually… It took some time, but now (after setting the blog1 as “primary”) I noticed domain.com wants to redirect me to http// (see the missing “:”). What could cause this? Is this a bug?
Forum: Networking WordPress
In reply to: Multisite domain mapping redirect to root domain problemChange that to make it primary first of all. That’s not THE bug, mind you.
Ok. Blog1 set as primary. Nothing changed.
How did you set DNS?
Unfortunately I have no access to DNS, but I can ask. How should it be setup?
There are many more domains going to be pointed to domain.com WordPress Multisite -installation. Also some that don’t have their own domain (accessed by domain.com/blogNNN), do these make a difference?
Forum: Networking WordPress
In reply to: Multisite domain mapping redirect to root domain problem– On page “Domain Mapping Configuration” I set the CNAME to “domain.com”
– On the page “Domain Mapping: Domains” I added a domain “blog1.com” pointing to blogID 2 (=domain.com/blog1) and it’s not set as primary.It doesn’t matter whether I put IP address or CNAME to the “Domain Mapping Configuration”. Always redirect to domain.com when I try to access blog1.com.
Forum: Plugins
In reply to: [Speedy Page Redirect] Multilanguage support (qTranslate)Here’s one example…
global $q_config; $language = $q_config['language']; $languages = qtrans_getSortedLanguages( true ); $language_string = implode('|', $languages); $data['url'] = preg_replace("/($language_string)/", $language, $data['url']);Place that before “return $data[‘url’];” to function “link” to speedy-link-redirect.php .
Forum: Networking WordPress
In reply to: Multisite mod_rewrite rulesUnfortunately I can’t access CNAME records, so it’s got to be done with mod_rewrite or some other way.
I have access to virtual hosts and can make subdomains. Would it be possible to create site1.domain.com that points to domain.com/wp/site1 ?