Ok once again I fall subject to stupid mistakes. Hopefully someone else with rh8 may learn from my mistake. Actually hopefully they get it right the first time:rolleyes: , but if they dont here it is.
With most of the newer rh everything comes secure and you have to unsecure it. In the /etc/php.ini file you have to change:
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
short_open_tag = Off
to
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
short_open_tag = On
I dont recall having to edit the php.ini file when installing manually. I just copied the php.ini from one folder to the other.
Thanks for all your help and input.
PEFFL