My site is up but no content is showing
It might be the path in your stcong.php file.
To check it open your stconfig.php and add the following just under the <?php tag:
echo "file path: " .dirname(__FILE__);
then go to your site and see if it shows the file path. ( delete that code afterwards.)