[eluser]cahva[/eluser]
herrkaleun whats with this anti-wamp attitude?

With wamp this works also no problemo.
If you are working on a live server, check that the files have been transferred correctly. If using FTP, text files should be transferred in ascii, not binary(unless transferring binary text files).
Also in config.php, set rewrite_short_tags to true. That will make sure your app will work also in server with short tags disabled(and will rewrite short tags only if they are disabled).
Code:
$config['rewrite_short_tags'] = TRUE;