WordPress address (URL):
-
Hi all,
I was tinkering with some settings…
Now I’ve changed the “WordPress address (URL):” option under general options. It now references something that isnt’ there, so gives me a 404 error.
Previously, it was blog.domain.com, but I changed it that option to https://www.domain.com. Obviously it does not work anymore.
Does anyone know where the “WordPress address (URL):” option references to? I currently have no GUI access to the WordPress forum at all. I know it calls the following PHP:
<td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>" size="40" class="code<?php if ( defined( 'WP_SITEURL' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /></td>
Does anyone know where the “WP_SITEURL” function is stored? As in, which file is it defined in?
Thanks for your help.
- The topic ‘WordPress address (URL):’ is closed to new replies.