> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.serverfreak.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Enable and Disable Directory Indexing

Add the code(s) below to your **.htaccess** file

To Enable:

**Options +Indexes**

To Disable:

**Options -Indexes**