Multidomain not working at my site
-
Hi,
I have installed the plugin and have followed all the steps but its not working, my primary site where wordpress and plugin is installed is https://www.royaltyfreehub.com and secondry site is https://www.stockphotoshub.comPlease advise how to fix, following is the code i have in my config file,
<?php
$domains = array(
array(
‘domain’ => ‘stockphotoshub.com’,
‘siteurl’ => ‘https://stockphotoshub.com’,
‘home’ => ‘https://stockphotoshub.com’
)
);?>
- The topic ‘Multidomain not working at my site’ is closed to new replies.