Re: Apache doesn't render php pages
On 16 Gen, 21:55, Giovanni <blastingpro...@gmail.com> wrote:
> Ok, I found the problem. I had to replace "<?" with "<?php" tag...
> But now I don't remember where change this setting... do you?
It's all right!
For opensuse 10.3 users:
edit:
/etc/php5/apache2/php.ini
and change
short_open_tag = Off
to
short_open_tag = On
obviously restart apache
/etc/init.d/apache2 restart
Greetings...
|