WordPress URL not changing, even after value changes in database
-
I’m having a strange issue. I just made a brand new WordPress install, but my WordPress URL was instantly grayed out. I wanted to remove the “www” for both wordpress and site URL, so I started Googling my way out of this.
I added the define lines to my wp-config:
define('WP_HOME','http://website.com'); define('WP_SITEURL','http://website.com');(And yes, the URL has the actual site URL)
When I went to the site, my wp-admin was still being redirected to www. When I logged in, the WordPress URL was still the www version.
I decided the most immediate option was to edit it in database, but when I got to the wp_options table, I saw that the URL looked as it should (no www).
I’m sure I’m missing something here. Any ideas?
The topic ‘WordPress URL not changing, even after value changes in database’ is closed to new replies.