Tell us can you override database values for your sit urls in wp-config.php?
Answer Posted / Shweta Dixit
Yes, you can override database values for site URLs in wp-config.php by defining the following constants:nn```phpndefine('WP_HOME','http://yourwebsite.com');ndefine('WP_SITEURL','http://yourwebsite.com');n```nReplace 'yourwebsite.com' with your desired URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers