Welcome Guest, Not a member yet? Register   Sign In
Images and css files not loading on live server
#15

Oh yeah, I forgot about you can force it that way, you can try to hotfix it with thos.

Code:
# MIME TYPES
<IfModule mod_mime.c>
    # JAVASCRIPT
    AddType application/javascript js jsonp

    # CSS
    AddType text/css css

    # IMAGES
    AddType image/gif gif
    AddType image/jpeg jpg jpeg
    AddType image/png png
</IfModule>
Reply


Messages In This Thread
RE: Images and css files not loading on live server - by jreklund - 05-17-2020, 03:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB