How to hide directory browsing in wordpress from server using .htaccess file?
Answer Posted / Upendra Pandey
To prevent directory browsing in WordPress, you can add the following lines to your .htaccess file located in your site's root folder:nn```bashnOptions All -Indexesn```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers