Install Notes Open SUSE

Permalink
Hello All, was looking form install notes c5 for suse. have php mysql apache all working, but when i hit the site i gets get the following:

<? require('concrete/dispatcher.php');

a point in the right direction would be cool.
Frank

wizardontherun
 
jgarcia replied on at Permalink Reply
jgarcia
if you are seeing that, then what you're seeing is the actual contents of the index.php file. looks like php is not being run by your server, but rather just outputted as text.
jgarcia replied on at Permalink Reply
jgarcia
actually - one slight edit to that - you need to make sure short tags is enabled in your php.ini.

in other words, php needs to run based on "<?" and not require "<?php"

though i am looking at my index.php and it does have "<?php" in the index.php file. what version are you running?
wizardontherun replied on at Permalink Reply
wizardontherun
good to go... small things...