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

Development Tools

Just finished a Website locally and want to host it online. Do I have to change all my img links to server?

If all my image links were set locally, do I need to change the links again one I push to the hosting platform ? How does that transition from local server to hosting server go ?

1 Answer

Steven Parker
Steven Parker
229,644 Points

If you used relative locations for your images, you should not need to change the references when you move you site if you keep the same file and folder organization.

If you used full URL's, then you would.