I am not able to upload my media files on Cpanel. Initially I was able to upload files but now it shows Error 404 URL Not Found.
There is nothing wrong with my code or my url as it works fine on localhost.
I have checked for permissions of directory in my CPanel File Manager (its 0755).
I have specified + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) in my urls.py file.
My settings.py is:
MEDIA_ROOT = '/my/path/public_html/media'
MEDIA_URL = '/media/'
I am using Django=2.1 and CPanel Shared Hosting
I know its recommended to have a web server to store and serve media files in Production Environment but it would be helpful if I get a solution of this error.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…