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
<? require('concrete/dispatcher.php');
a point in the right direction would be cool.
Frank
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.
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?
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?
good to go... small things...