MyBB Community Forums

Full Version: How to set permissions on wamp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made file uploader but i dont want visitors to see what other people have uploaded. http://prntscr.com/enu596.
basically, a blank html file with name index.html can be added to the required folders
(2017-03-24, 09:21 AM).m. Wrote: [ -> ]basically, a blank html file with name index.html can be added to the required folders

Yeah i already did it but thx.
Create a .htaccess file in the directory you don't want to be browsed. Then as long as you have index.html in that directory, put this in your .htaccess file
DirectoryIndex index.html