diff --git a/.htaccess b/.htaccess
index 6a0c276a9..52fe1ab44 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,18 +1,14 @@
-# No directory listings
+# Prevent Directory Listing
- IndexIgnore *
+ IndexIgnore *
+ # Prevent Directory Listing
- Options -MultiViews
+ Options -MultiViews -Indexes
- Options +FollowSymlinks
-
- # Prevent Directory listing
- Options -Indexes
-
RewriteEngine On
# Prevent Direct Access to Protected Files