jernejk
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Facebook Connect] Display plugin only on posts?OK, got it… had to add manual call in my template.
Forum: Networking WordPress
In reply to: Multisite and category subdomainsUps, sorry 🙂
I understand the concept here… if I use this (modified for my site):
RewriteCond %{HTTP_HOST} ^blog\.ipstenu\.org [NC]
RewriteRule ^(.*) http://ipstenu.org/$1 [L,R=301]it works. However, removing R=301 still results in redirect, but this time it’s 302. My guess is it has to do something with multisite.
Forum: Networking WordPress
In reply to: Multisite and category subdomainsForum: Networking WordPress
In reply to: Multisite and category subdomainsIt seems I can do a simple redirect from blog.myname.com to the new blog with sth like:
RewriteCond %{HTTP_HOST} ^blog\.myname\.com$ RewriteRule ^/?$ "http\:\/\/mybiz\.com\/blog\/category\/blog\/" [R=301,L]This needs to be before the multisite htaccess rules or it doesn’t work (for reasons I don’t uderstand).
Is there a way to change this rule in a way that retains blog.myname.com URL in the browser?
Forum: Fixing WordPress
In reply to: Convert categories to subdomains using multisite?Did you manage to get around this problem?
Forum: Networking WordPress
In reply to: Multisite and category subdomainsBecause I can’t figure subdomains with multisite (without setting up a subdomain as a new site).