CSS seems to be not working in a subdomain? -


i developed website using code igniter, styled css, locally works fine online looks css not loaded picks old css style. checked link it's correct. gives?

without more information (such seeing site in question), can't give direct answer, can give pointers.

my suggestion use tool firebug (in firefox) or chrome's developer tools, etc. these tools allow see full details of requests being made browser.

(the exact instructions differ according tool you're using, i'll assume firebug simplicity).

open page in browser, firebug open, , @ firebug's "net" tab (and make sure option below tab set "all"). list requests made browser.

the key thing 404 errors. since css isn't working, it's pretty bet stylesheets failing load. 404 errors listed in firebug show why they're failing load.

if hover on filenames, firebug expand show full url attempted load. show you've got wrong in configuration, , it's trying load stylesheets (and possibly other files too) wrong location. should show what's going wrong , give enough clues able work out how fix it.

hope helps solve problem.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -