php - Change URL on Wordpress -


i have been working on wordpress site. www.example.com , main homepage of site(index.html) says "we're under construction etc." , it's image.

for development of website, have been using different directory - www.example.com/dev , have developed has been under /dev(/dev/index.php etc.)

the website ready , need point finsihed website (www.example.com/dev) actual public site(which under www.example.com) have finished. how go this?

this can done 2 ways,

  1. you can changing site_url in options table. once transfer data , change url site should running on new url. if have stored static urls in post or pages then, have change well.
  2. export sql file phpmyadmin. find , replace urls old new ones.

note: keep current development site working as, it's possible contact form 7 or data gets missing. example, widgets in inactive mode sometime.

once new website confirmed can remove old website.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -