jay007 wrote
Still getting White screen. Fresh install of Centos 7. Wordpress etc installs ok. Any ideas? [font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]mod_rewrite is enabled [/font]
Please make sure both .htaccess and admin/.htaccess exists. Also check your error log if you have anything there?
If theres nothing in your log, go to system/tastyigniter/config/config.php on line 23 change:
$config['index_page'] = '';
to
$config['index_page'] = 'index.php';
then try www.example.com/index.php