• Is this possible? I think it could be done with htaccess and the rewrite engine. However the blogurl/stylesheet_url etc template tags would be messed up.

    I’m not smart enough to think of a way to to fix this… Any of you cool people figure it out?

Viewing 4 replies - 1 through 4 (of 4 total)
  • do you need two different looking blogs? or you want the same content on two domain names?

    if you want the same content and two domain names, then you can get an url alias, as far as i know.

    did you ask your hosting provider?

    see this example:

    http://sligoarts.com/
    http://sligoarts.ie/

    NB: i’m probably going to change it at some point to a pointer, so lessen confusion.

    only if they’re using Apache, you would need to ask your host to use ServerAlias in similar manner:

    <virtualhost ….>
    Server domain.tld
    ServerAlias *.domain.tld domain.tld
    ServerAlias *.domain2.tld domain2.tld
    </virtualhost>

    Thread Starter liljoeyjordison

    (@liljoeyjordison)

    I can do the htaccess side of things- but all of the links in the temlates are http://www.domain.com/wordpress/whatever so all the links on domain2.com will point to domain.com and not domain2.com (i don’t want the two blogs to acknowlage each other)

    It doesn’t seem to be a simple thing. See this thread with a very similar content:
    http://wordpress.org/support/topic/51108

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Having a blog on two urls?… At once’ is closed to new replies.