URL/Migration Issues
-
So basically we migrated our site bangtothebeat.com/ from GoDaddy to AWS. My colleague goofed and didn’t exactly read everything in this article (https://codex.www.ads-software.com/Moving_WordPress) before migrating. As a consequence, our URLs are not updating/changing as we had liked.
What we did do:
A) We have created a fresh new .htaccess with read/write permissions for WP
B) We have modified the following mysql tables with the following info, but this is the only mysql updates we have done.
mysql> update wp_options set option_value = ‘https://www.bangtothebeat.com’ where option_name in (‘siteurl’, ‘home’);Basically:
1) Can’t change permalinks (if we change them off p?=39 or whatever, all links stop working)
2) The automatic posting to FB and twitter have the old host in the URL
If anyone has any idea of a quick fix to this little obstacle then I would really appreciate it! I am a novice WP developer who would like some assistance as I am looking to increase my familiarity of the system.
- The topic ‘URL/Migration Issues’ is closed to new replies.