Django statics returns 404 error in cPanel Passenger
I used cPanel and deployed a Django application on my server using passenger_wsgi.py. The problem is when I'm trying to access static files (like admin CSS file: static/admin/css/base.css) I'm facing with 404 error. I've already done collectstatic and added PassengerPathInfoFix…