Different Page Landing Based on Domain?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Different Page Landing Based on Domain?’ is closed to new replies.