CSS Not Working?

Status
Not open for further replies.

tfryerx1

New Member
Messages
2
Reaction score
0
Points
1
I am trying to set up a website I've coded myself for a school assignment. When I go to the page I uploaded, it opens only a barebones version of the site index, with no style at all, as if it isn't applying the CSS rules. I've double and triple-checked both the HTML and the CSS, and I've opened the page from my computer and it displays properly. Are there any odd quirks to getting it to load properly on x10?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
Are there any odd quirks to getting it to load properly on x10?
check the 'case' of your folders and file names in your scripts -:- x10hosing's free-hosting servers run a type of Linux where "myfile.css" is NOT the same as "MyFile.css" - while with Windows they are both the same
 

tfryerx1

New Member
Messages
2
Reaction score
0
Points
1
Oh wow, really? That's good to know! Thanks for the info! Sadly, it seems there's more to it than that. I made sure the cases all matched up, and still no dice.

-edit- Nix that, now it's working! Guess it just took longer than I expected to acknowledge the change. Thanks again!
 
Last edited:

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
That would be the front-end cache. Varnish cache holds on to your pages for a few minutes in memory (RAM) in case it's requested again immediately; that makes it go a lot faster than having to fetch from disk, but it does mean that changes won't be visible immediately. It can be turned off, but that's not a good idea in general, and if you're developing locally (on your own machine) and remembering to keep the case-sensitivity in mind, you shouldn't have to.
 
Status
Not open for further replies.
Top