Migrate Existing WordPress Site at Root to Another Existing Site Sub-Directory
-
I have an existing WordPress site setup at the root level of an account:
https://chicago-charter.spplusparking.comI need to migrate this site from that location into a sub-directory of another existing site on another server:
https://www.spplus.com/chicago-charter- I have created the new sub-directory on the existing site.
- I have copied all the directories/files from the original WordPress site to the new sub-directory
- I have copied the database from the original WordPress site to a database for the new location.
- I have updated any references to the old domain name to the new domain name in the .htaccess file at the new sub-directory root
- I have updated the wp-config.php file with the new database connection information.
- I have updated the “siteurl” option in the new database to point to the new root URL for the new domain (i.e. https://www.newsite.com )
- I have pointed the “home” option in the new database to point to the new URL for the sub-directory (i.e. https://www.newsite.com/new-directory)
When I go to the https://www.newsite.com/wp-admin URL I get nothing but a blank white screen.
The original site has the following .htaccess file at the root level:
RewriteEngine on # Use PHP5 as default AddHandler application/x-httpd-php5 .php # Add www to site RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I would appreciate any help.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Migrate Existing WordPress Site at Root to Another Existing Site Sub-Directory’ is closed to new replies.