Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set site url/base url in wordpress?

Tags:

url

php

wordpress

I'm new to wordpress, I just install wordpress and want to set my site's base_url. Please any one help me with this. Thanks in advance.

like image 383
Santosh Bhagwat Avatar asked Feb 01 '17 11:02

Santosh Bhagwat


2 Answers

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

like image 149
Haninder Singh Avatar answered Oct 11 '22 17:10

Haninder Singh


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

like image 43
Anoxy Avatar answered Oct 11 '22 17:10

Anoxy