Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Local WordPress Development Local WordPress Development Migrating WordPress from Local to Live Server

Gina Bégin
PLUS
Gina Bégin
Courses Plus Student 8,613 Points

In wp-config, when we define WP_HOME, how do we find our URL to point it to?

(Via instructions in Migrating WordPress from Local to Live Server)

I'm not sure what the URL would be if I were doing this on my own? How did Zac define that URL and where would I know to look if it were my own site?

1 Answer

Thomas van der Zel
Thomas van der Zel
16,796 Points

the url you'd use is the url of your own website. All it is doing is replacing localhost by (for example) yoursite.com. As mentioned in the video: don't forget to add http:// to the url.

Hope this helps!