Internal Server Error after migration
-
I’m trying to manually move a site from a subdirectory to the root directory
From http://www.sa-fc.org.uk/revamp/
to http://www.sa-fc.org.uk/
I keep getting Internal Server Error messages.See bellow for what I’ve tried so far …
(NB The site is currently behind a “This site is undergoing maintainence” plugin page.)Using FTP I’ve moved all the content
from public_html/revamp/
to public_html/Using phpMyAdmin, I have edited two parts of wp_options
Both siteurl and home
from http://www.sa-fc.org.uk/revamp/
to http://www.sa-fc.org.uk/I then used the Velevet Blues plugin to rewrite URLs
from wwww.sa-fc.org.uk/revamp/
to wwww.sa-fc.org.uk/I have access to the WP dashboard and can access all the pages / posts / media fils / etc within the dashboard. As far as I can see the respective URLs all comply with the new location.
BUT …
If I try to access or even Preview, I get 500 Internal Server Error messages.
I suspect there is something I need to do to the SQL database.I found the following SQL query
UPDATE wp_posts SET post_content = REPLACE(post_content, 'localhost/test/', 'www.yourlivesite.com/');
But that didn’t help. I wonder whether that is because post_content doesn’t change everythng that needs to change.Any suggestions?
- This topic was modified 7 years, 4 months ago by .
- This topic was modified 7 years, 4 months ago by .
The page I need help with: [log in to see the link]
The topic ‘Internal Server Error after migration’ is closed to new replies.