Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8777285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:14:40+00:00 2026-06-13T19:14:40+00:00

So I’ve been working on a basic site design for a client this evening

  • 0

So I’ve been working on a basic site design for a client this evening (for reference:http://thomaswinchester.com/schaeferhvac/index.php) and I’m getting some odd results. The area of concern is a three-column content section in the middle of the page.

When I initially uploaded the files to my server, the columns did not appear to work correctly. See the image below:

Initial View of Page and Normal Refresh (f5)

So I thought it was just that the document was loading an old .css file or something, so I decided to hit ctrl+f5 to get an un-cached look. Everything seemed to work fine. See the image below:

Second Look and Uncached Refresh (ctrl+f5)

Which is exactly how I WANT it to look. So I made a couple back-end changes to the design and I hit refresh (f5) and the layout broke again. Then I hit ctrl+f5 and it was fixed. I have been continuing this pattern off and on for about 15 minutes now.

My question is: why is this occurring? And which page is the “actual” page. For example, I visited the page from a laptop that had never been to the domain before, and it loaded the broken page. Sure enough, hitting ctrl+f5 fixed it! Then, hitting f5 broke it.

At this point I should mention that I’ve tested this behavior with similar results in the latest versions of Chrome, FF, IE, Opera, and Safari for Windows (though Safari for Windows doesn’t seem to have a ctrl+f5).

I did some Googling and came upon a few leads: mostly explaining the difference between f5 and ctrl+f5. My biggest concern is that if it IS loading a cached file (even 20 minutes after the newest css files were uploaded), how can I stop that from happening in the future?

Also, I won’t post the code I’m using for the layout unless you specifically need it, because I’m not sure that’s the issue. The page validates as XHTML Strict, but that doesn’t mean I did everything right haha. If necessary, you can view the source code by clicking on the URL in the first paragraph.

THANK YOU IN ADVANCE FOR ALL OF YOUR HELP!!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:14:41+00:00Added an answer on June 13, 2026 at 7:14 pm

    Yes this issue is must be about CSS caching.

    There are fews ways how to force browsers to load external files, they are all about making browsers think the file is updated:

    1. Add GET parameter to css file, such as time(), or something similar.

      <link rel="stylesheet" type="text/css" href="style.css?<?php echo time(); ?>" />

    2. Add .htaccess directives to have additional headers for certain files (css files in example):

      <filesMatch "\.(css)$">
      FileETag None
      <ifModule mod_headers.c>
      Header unset ETag
      Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
      Header set Pragma "no-cache"
      Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
      </ifModule>
      </filesMatch>

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
This could be a duplicate question, but I have no idea what search terms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.