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

PHP Nested CRUD with Laravel 4 Nested Destroy & Completion Recursive Destroy

Montalvo Miguelo
Montalvo Miguelo
24,789 Points

How to migrate to a shared hosting into a subdomain?

I'd like to migrate to my shared hosting but in the root of public_html I have my personal blog... I'd like to do it in a subdomain

4 Answers

Hmm from my experience of shared hosting, you're likely going to need to pay extra for a subdomain. It depends on your provider :)

Oh perfect! I imagine you're running on apache? In which case, you'll need to update your htaccess file.

If I understand you correctly, your blog is already sitting on your domain and you would like to trial the laravel 4 app in the subdomain? Is the blog a laravel app too?