How to deploy yii frameproject

I want to upload my Yii project on hosting sites but it seems that Yii framework is not working right in local computer. My directory structure is like this:

xampp/

          htdocs/


           passcollege/


            webroot/


             application


             framework

i placed my Yii project in application folder and Yii libraries on framework folder its all working fine in my pc but when I uploaded it they (hosting site) give me a directory /home/user/public_html.

I placed the passcollege folder from my machine to their (hosting site) public_html folder, but when I accessed my site I need to manually select folders to reach Yii frameworks index.php.