Click here to Skip to main content
15,903,724 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have hosted YII framework php application in IIS 7.0. I can able to view the default page, but when I try to access the other pages I am getting the error:

HTTP Error 404.0 - Not Found.The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

I know the runtime path is not valid but I couldn't find a solution for this.
Posted
Comments
Sergey Alexandrovich Kryukov 26-Mar-14 2:27am    
"could not find a solution" is not informative. If you know the path is not valid, why not writing a valid path instead? :-)
—SA
prasanth37 26-Mar-14 3:55am    
No yaar, application is developed based on MVC concept in yii framework.. So path according to the folder is also not working.. It is Showing fatal error
Sergey Alexandrovich Kryukov 26-Mar-14 4:06am    
Please, stop wasting time. Either sort it out by yourself, or tell us what are you missing. Or create and show some code sample manifesting the same problem...
—SA
prasanth37 27-Mar-14 0:55am    
I can able to access home page beacause the index.php is in root folder, but when I try to access login page I am getting the error "No input file specified." Its access URL is "http://localhost/QuestionBank/site/login.php" and its physical path is :"C:\inetpub\wwwroot\QuestionBank\protected\views\site\login.php"
Actually I am new to PHP

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900