Viewing 1 replies (of 1 total)
  • Hello,

    You’ll have to adjust your home and site urls to reflect your webroot in contrary to the subdomain. If you have mysql or phpmyadmin access you can run the following:

    update wp_options set option_value = ‘https://mysite.net’ where option_name = ‘home’ or option_name = ’siteurl’;

    [signature moderated Please read the Forum Rules]

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with wp-config (I think)’ is closed to new replies.