Having issues running the INVO test site on the following setup:
Windows 7 IIS 7.5 WAMP (for PHP 5.4)
PHP is installed and working properly in IIS 7.5 already Phalcon is installed and displaying as so when calling phpinfo()
The INVO website is installed at the root directory of its website (https://invo:8282
).
The info below is what occurs when I try to use the website.
Entering https://invo:8282
in the browser's address bar:
- Address bar remains at
https://invo:8282
- Home page appears, but no CSS is loaded
Clicking on "About" link
- IIS error 404.0 Not Found
- Address bar changes to
https://invo:8282/invo/about/index
- Error pages states:
- Requested URL :
https://invo:8282/public/invo/about/index
- Physical Path:
c:\inepub\wwwroot\invo\public\invo\about\index
- Requested URL :
Entering https://invo:8282/public/about/index
in the browser's address bar:
- Address bar remains at
https://invo:8282/public/about/index
- About page is loaded, but without CSS
I'm sure that has something to do with routing, but not quite sure how to overcome it.
Any ideas?