I just installed a Codeigniter application on Windows 7 IIS in my local computer.
The routes are ok and the controllers seem to be loading the views, but the PHP scripts on them do not show the passed variables and are interpreted as HTML.
PHP scripts run ok without Codeigniter.
Any clues?