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

How hard is it to point your root folder in your domain to a sub folder like /wordpress?

I am building a site with wordpress that has a home page which is currently displaying the coming soon banner. Now what do I do when I am done developing the site to change the url from www.mysite.com/wordpress to www.mysite.com?

Thanks

2 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

I think that codex link may actually give instructions on the opposite of what you're trying to do, but the basic steps are pretty much the same.

Maybe try this reference. http://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_Server

Yep that's what I was looking for thanks man!

Hi Greg,

You can keep your installation in wordpress directory that you have right now.

and follow this instructions from wordpress codex http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Moving a Root install to its own directory section.