From roger at gwch.net Fri Jun 5 12:18:57 2015 Content-Type: multipart/mixed; boundary="===============4670689028395159382==" MIME-Version: 1.0 From: Roger Grosswiler To: users at lists.fedoraproject.org Subject: Re: Apache 2.0.47 Date: Mon, 19 Jan 2004 15:04:17 +0100 Message-ID: <49147.62.2.21.164.1074521057.squirrel@www.gwch.net> In-Reply-To: 400BE068.6030606@trustjesus.org --===============4670689028395159382== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > I'm running Apache 2.0.47 application that came with Fedora Core 1. > Everything was running great for quite some time. I kept my Fedora > upgraded with updates with up2date (yum) until one day something during > one of these updates somehow something killed my server beyond recovery. > I tried to recover everything with Acronis True Image ghost images but > every one was corrupt (I realize now that I was very stupid for not > testing them prior to this problem) :-( > > I finally had to reinstall Fedora and reconfigure everything from > scratch but I did have a backup of my web site that was fine. So, I > copied the /var/www/html folder from my backup to the newly configured > server but now when I view my web site pages some of them display a > diamond with a question mark inside of the diamond (when viewed with > Mozilla) and a question mark (when viewed with Internet Explorer). I > can view the same html pages directly as a file (with my browser's) and > they are fine, but once I copy the files to the Apache directory I have > the diamonds displayed. I'm completely stumped on what's happening. I > Googled for an answer and struck out. So I thought I'd ask here for > help. Here's a couple of my pages that do this: > > http://www.trustjesus.org/ > http://www.trustjesus.org/index2.html > > Thanks in advance for any help that you can give me. > - David Kistner > > > -- > fedora-list mailing list > fedora-list(a)redhat.com > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > If i look at your source code: have fedora installed, why do you have windows-paths within your documents? this looks like you got your paths to your documents and images still set on your windows-client.. example:
Inspirational
the input "file:///C:/www" stands usually for a local file and not for http-transmissable files. the drive-identificator is C:/ what makes thinking, you generated those pages on a windoze. change the paths to (usually) (/var/www/html) or whatever the path is called, where you've putten your webfiles in and let us know, whether this works or not... cheers, Roger --===============4670689028395159382==--