• Hello,

    I have a non-multisite WP installation. No control panel. But full access to the server directories and files.

    I have one domain pointing to it that as usual, loads the default page.

    Can I assign another domain to the same IP as the original domain. and have it land on a specific page on the original domain.

    ie:

    originaldomain.com acts as typical wordpress site, lands at originaldomain.com

    thisnewdomain.com lands at originaldomain.com/this-new-domain-page

    Any help is greatly appreciated.

    My current .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
Viewing 2 replies - 1 through 2 (of 2 total)
  • The way I woud try to accomplish this is by redirecting the new domain at the domain registrar; is that not an option for you?

    Thread Starter scottpolk99

    (@scottpolk99)

    Hi, I appreciate the reply.

    I have redirected the domain, but that just causes it to land at the same page as the original domain. I’d like it to land at another page on the original domain…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Different Page Landing Based on Domain?’ is closed to new replies.