How to set site url/base url in wordpress? How to set site url/base url in wordpress? wordpress wordpress

How to set site url/base url in wordpress?


In "wp_options" table set "siteurl" and "home" fields value.


To set urls in your wordpress application just go to Settings tab at left hand side and go to general tab and set site address(url).


You can change it in your database table wp_options or in your file wp-config.php like so: https://codex.wordpress.org/Changing_The_Site_URL