TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Help with transfering a Wordpress site to a different URL

2 pointsby skat_et_dieuabout 13 years ago
I am doing an intership and the owner asked me to transfer one of his sites (www.vortexsprayonliner.com) to a Wordpress site. I built this Wordpress site http://granitexfloorcoating.com/ for him. It is done. I changed the DNS server and while changing the settings in Wordpress to the old URL I set it to the vortexsprayonliner.com URL. This broke the Wordpress site I built and now it always forwards to the old site for any updates on settings or pages. Even just trying to log in!!!<p>I don't know what I can do. Maybe going into the datase and changing the URL on it but I don't know which table holds that information.<p>Can anyone help me?

1 comment

cd34about 13 years ago
Check wp-config.php, look for $table_prefix =<p>that is normally wp_<p>then, in {$table_prefix}options, normally wp_options, two values contain the url:<p>select * from wp_options where option_name in ('siteurl','home');
评论 #3978831 未加载