Hello,
I have a site, which was developed by another developer using Yii, that needs to be moved to a new server. The site files contain:
-
A .sql file (which i assume is the databse)
-
A "public_html" folder containing site assets as well as a yii folder (which i assume is the yii installation)
-
And a "protected" folder, which contains folders such as controllers, views, models and so on.
I would like to host this site on a shared server such as GoDaddy or Bluehost or Hostgator etc. but because i have minimal experience with yii, i am clueless on how to go about it as the site has already been developed. Please how do i successfully transfer these files to a new server? What steps do i need to follow.?
Thank you.