Possible Duplicate:
How to enable PHP short tags?
Don't know how to search this question in internet:)
<?php
echo 'Hello world';
?>
works, but
<?
echo 'Hello world';
?>
doesn't.
Probably I need to change something in httpd.conf, but can't find what.