So, I've developed a fully functional Laravel 5 application and deployed it onto my customer's server, running Apache2, PHP5 and MySQL. The app works as expected and URLs are correctly rewritten. I now need to simply clone my app to another server, which runs exactly the same stack. Problem is I need to put my app in a subfolder, so that it can be accessed via URLs matching the pattern So, I've developed a fully functional Laravel 5