How do I disable directory browsing?

后端 未结 12 714
灰色年华
灰色年华 2020-11-22 08:35

I want to disable directory browsing of /galerias folder and all subdirectories

Index of /galerias/409

* Parent Directory
* i126937298         


        
12条回答
  •  無奈伤痛
    2020-11-22 09:10

    Open Your .htaccess file and enter the following code in

    Options -Indexes
    

    Make sure you hit the ENTER key (or RETURN key if you use a Mac) after entering the "Options -Indexes" words so that the file ends with a blank line.

提交回复
热议问题