Site URL sub directory functions.php clarification.
-
I read where you add this into your functions.php page
update_option( 'siteurl', 'https://example.com' ); update_option( 'home', 'https://example.com' );
IF MY SITE resides in a subdirectory – is the modification now this:
update_option( 'siteurl', 'https://example.com/subdirectory' ); update_option( 'home', 'https://example.com' );
or this:
update_option( 'siteurl', 'https://example.com' ); update_option( 'home', 'https://example.com/directory' );
Or something else?
Either the support page that explained this has been edited or I could not find the proper page.Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Site URL sub directory functions.php clarification.’ is closed to new replies.