Hello,
I had one domain at my hosting provider where I could access the WordPress logon at the temporary URL of http://serveripaddress/~account-username/wp/wp-admin.
I've added an addon domain (this domain currently points to an existing website at another host), installed WordPress, and would like to access it at a temporary URL.
I've tried http://serveripaddress/~account-username/addon-domain, http://serveripaddress/~account-username/addon-domain/wp, and http://serveripaddress/~account-username/addon-domain/wp-admin, but nothing works.
I've also modified the URL and home records in the options table in the phpMyAdmin database to match all three formats above. I've also tried editing the wp_config.php file by adding
define('WP_HOME','http://serveripaddress/~account-username/addon-domain);
define('WP_SITEURL','http://serveripaddress/~account-username/addon-domain');
Nothing has worked. Can you please tell me what I'm missing?
Thank you!
I had one domain at my hosting provider where I could access the WordPress logon at the temporary URL of http://serveripaddress/~account-username/wp/wp-admin.
I've added an addon domain (this domain currently points to an existing website at another host), installed WordPress, and would like to access it at a temporary URL.
I've tried http://serveripaddress/~account-username/addon-domain, http://serveripaddress/~account-username/addon-domain/wp, and http://serveripaddress/~account-username/addon-domain/wp-admin, but nothing works.
I've also modified the URL and home records in the options table in the phpMyAdmin database to match all three formats above. I've also tried editing the wp_config.php file by adding
define('WP_HOME','http://serveripaddress/~account-username/addon-domain);
define('WP_SITEURL','http://serveripaddress/~account-username/addon-domain');
Nothing has worked. Can you please tell me what I'm missing?
Thank you!