Importing and accessing existing PHP application into XAMPP
I would like to know开发者_如何学Python a couple of things as listed below...
1) Is there something wrong I am doing for the project to be hosted on XAMPP? 2) One peculiar thing that I noticed was that when the application browses to http://localhost/MyProject/index.php , it gets redirected to http://www.localhost/index.php . Is there a URLRewriter (or kind) which is doing this? If yes, where I can find the same within my project? 3) How can I identify the framework that the existing code is using? I can see M-V-C named class.php filesAny pointers would be much helpful for me to start debugging and learning PHP.
Thanks!!
精彩评论