• I have two domains (domainA and domainB)

    By default wordpress is installed on DomainA) but I have changed the parameters of DomainB so that

    DomainA.com/article/note/date can be reached from
    DomainB.com/article/note/date

    Now how can I change the default permalink structure generated by
    <?php the_permalink() ?> which defaults to DomainA

    I am trying to switch to DomainB without having to reinstall the whole thing
    So basically can I de-compose <?php the_permalink() ?> so that I insert DomainB by default in it

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am trying to switch to DomainB without having to reinstall the whole thing

    and you are doing it this way … why?

    this is a really unusual way to handle things if thats all youre doing.

    Thread Starter guillaumeb

    (@guillaumeb)

    well the thing is that

    I own DomainA with storage
    DomainB only

    So I redirect DomainB to DomainA so that all URL work OK

    But then they are not generated by default. Do you have any idea how i could modify
    <?php the_permalink() ?>

    Thread Starter guillaumeb

    (@guillaumeb)

    bump!
    Any ideas ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multidomain permalink question’ is closed to new replies.