Website moved to iis

Hi all,
Im struggling to get this site to work. its moved from an ubuntu to IIS. when i navigate to the site all i get is what is in the echo. snippet of code below
[php]

<?php if ( !defined('BASE_DIR') || !defined('MODULE') || !defined('DEFAULT_CONTROLLER') || !defined('CONFIG_FILE') ) { echo "^_^"; [/php] thanks in advance, Ken

Where are these values meant to be defined? In another PHP script?

Was some kind of custom configuration used previously?

Sponsor our Newsletter | Privacy Policy | Terms of Service