Securing Media Uploads on your WordPress Intranet
Making your website completely private doesn’t affect media files. If someone knows the exact URL of a file, then they can access it without any restriction. Let’s change that. For better protection, we will be redirecting all requests made to the uploads folder to a simple PHP script. This php script will check if a […]