Reputation: 6635
exactly as the title states, I am looking to transfer a website, built in Symfony2, from a web server, onto my localhost.
I have not done this before, and I am not sure what the steps would be to achieve the desired result, which woul be to have the website run perfectly from my localhost.
I have installed a blank version of Symfony2 onto my localhost, but I am not sure where to go from here?
Sorry for the vague question.
Upvotes: 0
Views: 958
Reputation: 772
That would be mainly 3 steps :
That should probably do it. Please notice that there is no need to install a blank copy of Symfony2, since you'll get it anyway by downloading your whole application.
If something is still not working, you may want to have a look at .htaccess files located in the root folder, or in the "web" folder.
Upvotes: 8