/ Published in: SQL
                    
                                        
More info: https://www.catswhocode.com/blog/install-https-wordpress
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://yoursite.com', 'https://yoursite.com' ) ;
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://www.yoursite.com', 'https://www.yoursite.com' ) ;
URL: https://www.catswhocode.com/blog/install-https-wordpress
Comments
 Subscribe to comments
                    Subscribe to comments
                
                