Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with Restoring my website database


John James Jacoby
Keymaster

@johnjamesjacoby

There is typically no turning back when you choose either subdirectories to subdomains, but it can be done manually, it’s just a lot of work.

It’s going to require manual editing of your database via phpMyAdmin, finding/replacing all of the places where url’s are now incorrect, and you will also need to change some settings in wp-config.php accordingly,

<?php define('VHOST', 'yes'); ?> to start with, and your domains and paths too.

Skip to toolbar