how to run existing symfony 1.4.18 project in localhost
- by nickleefly
I have all the symfony 1.4.18 source file in a folder called symfony. And I have the database.
under this symfony folder it has apps, cache, config, data, lib, log, plugins, test, web, .gitignore, symfony
what all i need to do to make it work in another shared host server? how can i make it run in localhost ?
the config file is the following…