Welcome Guest, Not a member yet? Register   Sign In
random 404s
#3

[eluser]Bas78[/eluser]
Hosting is internal on the department. My other non-CI apps have had no problems whatsoever over the past years.
I can have two browser windows open, say 1 firefox and 1 IE so different sessions, and have the application working in 1 browser and no problems, and getting the 404 on the other.

Today I saw in the logfile that on another 404 it couldn't find css instead of images. This seems to indicate something in my logintemplate since it's the only place where both css and images are present.

part of logintemplate:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/transitional.dtd">
&lt;html&gt;
&lt;head&gt;
    &lt;link rel="icon" href="&lt;?php print base_url(); ?&gt;system/application/images/favicon2.ico" type="image/x-icon"&gt;
    &lt;link rel="shortcut icon" href="&lt;?php print base_url(); ?&gt;system/application/images/favicon2.ico" type="image/x-icon"&gt;
    &lt;link rel="stylesheet" type="text/css" href="&lt;?php print base_url(); ?&gt;system/application/css/styles.css"&gt;
    &lt;link rel="stylesheet" type="text/css" href="&lt;?php print base_url(); ?&gt;system/application/css/csshorizontalmenu.css" /&gt;
    
    &lt;meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /&gt;
    
    [removed][removed]
    [removed][removed]
    
    &lt;title&gt;Project Name - &lt;?php print $title; ?&gt;&lt;/title&gt;
&lt;/head&gt;


Messages In This Thread
random 404s - by El Forum - 11-24-2009, 08:22 AM
random 404s - by El Forum - 11-25-2009, 08:56 AM
random 404s - by El Forum - 11-25-2009, 09:09 AM
random 404s - by El Forum - 11-25-2009, 10:14 AM
random 404s - by El Forum - 11-25-2009, 12:14 PM
random 404s - by El Forum - 11-27-2009, 07:07 AM
random 404s - by El Forum - 12-02-2009, 08:02 PM
random 404s - by El Forum - 12-02-2009, 08:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB