Unable to change “WordPress Address” and “Site Address” under Settings/General
-
Long story short – I changed the following fields under https://www.mysite.com/wp-admin/options-general.php:
“WordPress Address”
“Site Address”…from http://www.mysite.com to https://www.mysite.com.
After that, I started seeing “too many redirects” errors when visiting any page on my local WordPress installation. I couldn’t even access my admin to change it back, so I went into wp-config.php and temporarily added:
define('WP_HOME','https://www.mysite.com'); define('WP_SITEURL','https://www.mysite.com');
That allows me back into my admin pages, but I can’t revert them to their original values because they’re disabled fields now (presumably because of that override in wp-config.php).
How do I revert to those original settings?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to change “WordPress Address” and “Site Address” under Settings/General’ is closed to new replies.