Tell me how to hide directory browsing in wordpress from server using .htaccess file?
Answer / 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 |
Where is wordpress database stored?
How to define a constant?
Explain the difference between include and require?
Are wordpress sites free?
What are some common themes?
How do I create a wordpress multisite?
What is wordpress discussion setting?
What is the use of quick draft section in wordpress dashboard?
How can I develop a wordpress plugin?
Why is a static front page used in WordPress and how can you create one?
Tell me how you will pass a variable by value in wordpress?
Tell me what is the difference between starting a string with single quote and double quote? What you will use in general instance?