logo not showing on new server

Hello. I’m transferring a website to a new server (linux, same as old). Everything is working fine on the new server except for the company logo in the top left corner. (logo.jpg) It is just not showing up. It shows up on the old sitehttp://www.mobileprocorp.com/, but not on the new one http://208.109.249.226/~mobilepr/. I tried to reload the image, confirm that image is on the server and I even tried to change the location of the image with no success.

Any advise would be greatly appreciated. Files:

index.php

<?php include("partials/header.php"); ?>

Current quote of MobilePro Corp. Stock

<?php /* $ch = curl_init();

curl_setopt( $ch, CURLOPT_URL, ‘http://quote.yahoo.com/d/quotes.csv?s=MOBL.OB&f=sl1d1t1c1ohgv&e=.csv’ );
curl_setopt( $ch, CURLOPT_HEADER, false );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );

$output = curl_exec( $ch );
curl_close( $ch );

$contents = explode( ‘,’, str_replace( ‘"’, ‘’, $output ) );

echo “

MOBL.OB
Most recent trade: $$contents[1]
Today’s Change: $contents[4]
(Prices delayed up to 20 minutes.) $contents[2] $contents[3]
Volume: $contents[8]

”;
*/?>



MobilePro
	<div id="left-image"><img src="images/left-image.jpg" alt="left-image" /></div>
	<div id="content">
			<div id="content-text">

	<p>MobilePro Corporation is a publicly traded company based in Bethesda, Maryland.  Our current business includes mobile content through our ProGames Network subsidiary (<a href="http://www.progamesnetwork.com">www.ProGamesNetwork.com</a>) and a small payphone business through our debt and equity position in Davel Communications.</p><p>For more information, please review our publically available <a href="http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000769592&owner=include&count=40">SEC Filings at www.sec.gov.</a><p><!--MobilePro Corp. is a wireless technology and broadband telecommunications 
	company. The company is focused on developing innovative wireless 
	technologies, acquiring and growing profitable broadband telecommunications 
	service providers and creating strategic alliances with companies in 
	complementary product lines and industries.</p>

	<p>MobilePro is headquartered in Bethesda, Maryland near Washington D.C. and has major
	operations in Cleveland, Ohio;  Stockton, California; Kansas City, Missouri; 
	Stevensville, Maryland; and Ridgeland, Mississippi. --></p>
</div>
</div>

header.php

Logo
<div id="logo"><a href="index.php"><img alt="MobilePro Corp. Logo" src="/images/logo.jpg" width="323" height="86" /></a></div>


	<?php 
	include("navigation/main-nav.php"); 
	include("navigation/right-nav.php"); 
	?>

See my reply here

Sponsor our Newsletter | Privacy Policy | Terms of Service