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 trialGina Bégin
Courses Plus Student 8,613 PointsIn 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
16,796 Pointsthe 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!