wp-config.php
file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.");
}
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-config.php');
wp();
gzip_compression();
require_once(ABSPATH . WPINC . '/template-loader.php');
endif;
?>