Skip to content

securing uploads

* Tech Tip For The Day **

    Can People Easily Access Your Files? WordPress Users: Do this now – enter your website address in your browser with /wp-content/uploads at the end. If you can see anything like what you see in this image … … so can everyone else. And they can tap into anything in those links. This is a real danger if you use the upload feature to load in pdf files etc. By adding an empty index.php page in your uploads folder then you can block some unauthorized access! You can add an index.php to your download folder as well. What this does is… Read More »* Tech Tip For The Day **