Tell me how to hide directory browsing in wordpress from server using .htaccess file?
Answer Posted / Rahul Singh Rathor
To hide directory browsing in WordPress via the .htaccess file: 1) Open your site's root folder and create a new .htaccess file if one does not exist, or edit an existing one. 2) Add the following line to the file: "Options -Indexes" and save it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers