feat7 / Surface

"Surface" is an MVC based microframework written in PHP.
MIT License
8 stars 11 forks source link

Welcome page not opening. #1

Closed kdpisda closed 7 years ago

kdpisda commented 7 years ago

Bro default page is not showing and even the controller I made is not working it says The requested URL /Surface/hello was not found on this server. I made a controller hello as shown in the user_guide.

feat7 commented 7 years ago

Okay, I got this. This is apache problem. May I know which version of Apache are you using?

kdpisda commented 7 years ago

Apache2 and I tried the other way too you told me but still it is not working.

feat7 commented 7 years ago

Note that as for current version, All files should be in root folder and not in surface folder.

kdpisda commented 7 years ago

I think it can be corrected if you request PATH_INFO rather requesting uri.

feat7 commented 7 years ago

It can be corrected easily. I will set up router in next update.