Page 1 of 1

Pulling a 404 Page along with the Page Called [solved]

Posted: Thu Jul 03, 2008 4:31 pm
by JeremyBASS
I'm not getting what is going on but when I was going through the testing of one of my beta site I was getting a net call for 404 custom page(which was set in the admin) showing up on the net call in firebug... It's downloading it everytime... not sure on the reason... any one know how to fix this... ?  Thank you for the help on this.
jeremyBass

Site Set-up
Linux
MySQL 5
php 5
CMSMS1.3.1



**********************************************************************
Response Headers
Date Thu, 03 Jul 2008 16:17:28 GMT
Server Apache
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Content-Encoding gzip
Expires Thu, 19 Nov 1981 08:52:00 GMT
Pragma no-cache
Vary Accept-Encoding
Keep-Alive timeout=15, max=88
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html; charset=UTF-8

Request Headers
Host                 www.sjrmc.org
User-Agent                 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Accept                 image/png,*/*;q=0.5
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer                https://www.sjrmc.org/Core/stylesheet.p ... ype=screen
Cookie                 style=null; CMSSESSID85227ca5=fi4bqqb54a4g2hrj95muo6u6i0

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 5:32 pm
by kermit
your web server logs should tell you what (specific) URLs/files are resulting in 404's

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 5:49 pm
by JeremyBASS
this is the fire bug report
none (404)
https://www.sjrmc.org/Core/none

I does show up in the limited server logs i have for this site, but there is not in there.... and I'm not getting ready anything out of fiddler (IE debuger)...
would this be cause: I am using a CSS hack

*background: url(images/cms/HeadLinePIC.png) no-repeat left center; /* IE 7 and Below*/
_background: url(images/cms/HeadLinePIC.gif) no-repeat left center; /* IE 6 and Below*/

to which i have no css hack directed torwards FF yet (if you may know one that would be great too ;) )... Just thinking out load... thanks for the help...
jeremyBass

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 5:52 pm
by kermit
JeremyBASS wrote: *background: url(images/cms/HeadLinePIC.png) no-repeat left center; /* IE 7 and Below*/
does http://www.sjrmc.org/St_Joe_Core/images ... inePIC.png exist?

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 5:58 pm
by JeremyBASS
Um ... yes but it's not in

http://www.sjrmc.org/St_Joe_Core/
it in http://www.sjrmc.org/Core/ which is the base

thats just a side note, I was not sure were you got the St_Joe_Core/ out of this... Core/ it the beta, St_Joe_Core/ is the live

but
Yes that is does, and shows up in IE7 but not in FF or IE6(which it is not suppose to show up in IE6)

:)

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 6:29 pm
by kermit
i think your problem is just that firebug may be too stupid to not request url(none) when it encounters those in a page's css...

Re: Pulling a 404 Page along with the Page Called

Posted: Thu Jul 03, 2008 7:01 pm
by JeremyBASS
I see... thought i was wasting bandwidth on this.. lol... good to know... thanks