• Most everthing uses absolute paths to build URLs but I want to have 2 domain names pointing at the same blog. Is this possible, or will all the links point at just one of the names? ex. sidebar.php uses list_cats() to build the categories list, uses absolute paths rather than just a /

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you don’t mind the url being only one domain for each, you can redirect from one page using the following if you have https://www.bloga.com and https://www.blogb.com:

    <META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://www.bloga.com/">

    as the source for https://www.blogb.com

    As soon as someone types in the address for blogb they will be redirected to bloga. HTH

    Is there some reason you would like to do this Blakesterz?

    It is bad to have two domains with the same content, as search engines don’t like it.

    You can add the second as a parked domain. However, the links generated by WP will only point to the one you entered in the WP control panel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 Domain Names One Blog’ is closed to new replies.