Damsel in Distress!
-
I’ve tried the first suggestion to change my url from https://tshirtsatfirstsite.com/wordpress to https://tshirtsatfirstsite.com
by adding:
define(‘WP_HOME’,’https://tshirtsatfirstsite.com’);
define(‘WP_SITEURL’,’https://tshirtsatfirstsite.com’);And of course, like most things I try for the first time, it didn’t work.
I’ve tried it in several places in the section of code ‘wp-config.php.’ I’ve placed it right after <?php, and before and after define(‘AUTH_KEY’, ‘7f*&)FQrg(jKUp1q2L9q’);, define(‘NONCE_KEY’, ‘X$52OCxZBd0-4dXU(UrR’); and $table_prefix = ‘wp_’;
All without success. Is there something I’m missing? Or something I’m doing wrong?
Any kind of help or insite in this would be gratefully appreciated. Thanks,
Donna
- The topic ‘Damsel in Distress!’ is closed to new replies.