Protect uploads
Protect uploads
Description
The uploads directory is where the files of the WordPress library are stored. Unfortunelty, this directory is not protected. A person who wants to see all your library could list it instantly going to : http://yourwebsite/wp-content/uploads . This plugin will hide the content by adding an index.php file on the root of your uploads directory or by setting an htaccess which will return a 403 error (Forbidden Access).
- Depending on your server setting, the htaccess option could be disabled.
Available languages :
- English
- Français
- Español
- Italian (thanks to Marko97)
Installation
- Upload
protect-uploadsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Note : GD library is needed and being able to create a .htaccess file in uploads directory.
Reviews
Thanks!
By marinstratulat on May 25, 2024
Thanks!
Doesn't work at all
By kmp2 on May 15, 2023
Tried with "Protect with index.php files"
Tried with "Protect with .htaccess file"
Neither one works. PDF happily appears in another browser where I'm not logged in, it's got a little menu, it loads completely, and the crooks are off and away with my property. WordPress 6.2.
Thanks. Have a nice day.
Don't be fooled by fake reviews.
By kyle1313 on June 21, 2023
This plugin is not malware.
The 'malware' you claim is a 'fake plug-in' created by a web server being hacked.
A year after downloading this plug-in from the official WordPress.org , my site is still very fine and secure. Don't be fooled by fake reviews.
Simple and basic but perfect!
By gianfri on August 13, 2022
Still works great on wp 5.8
By anders23b on February 16, 2022
Thank you for a great plugin
By thirty6 on October 20, 2020
Considered ok
By lin482 on May 30, 2020
Works as intended
By Injabie3 on May 19, 2020
Worked like a charm!
By antlergraphics on August 22, 2019
Good job
By gonzaedlp on August 30, 2017
Changelog
0.1
- Initial release
0.2
- Add security check to form in admin page.
- Add sidebar for admin page
- Add Italian translation (thanks to Marko97).
- Try to fix the wrong message saying that Protection is disabled eventhough it is actually working.
0.3
- Simplify UI admin.
- check presence of index.html.
- Remove option value managing current protection status.
- Reorganizing code and making it more modular and simple.
- Remove useless pieces.
0.4
- Fix potential security issues.
- Remove recursive loop that creates indexes.
0.5.2
- Removed unused css
