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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

iphone - UIScrolview Prioritize vertical and horizontal scrolling -