Server Responds By "text/html" To A "text/css" Request
PROBLEM: When I try to access the web page (localhost/mysite/admin), all goes well, except the CSS files which my server can't deliver !! I got a 500 Internal Server Error By inves
Solution 1:
@Ankush Raghuvanshi:
Yes, it serves all kind of files except CSS !
Also, when I us the built-in development server (which I run by using the command python manage.py runserver
): these CSS files works fine on my website.
Post a Comment for "Server Responds By "text/html" To A "text/css" Request"