test directory listing of doc/
diff --git a/content/.htaccess b/content/.htaccess
deleted file mode 100644
index a254c35..0000000
--- a/content/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-RewriteEngine On
-
-RewriteRule /doc/ /doc/latest/ [NC,L]
diff --git a/content/doc/.htaccess b/content/doc/.htaccess
new file mode 100644
index 0000000..e1d2560
--- /dev/null
+++ b/content/doc/.htaccess
@@ -0,0 +1 @@
+Options +Indexes
diff --git a/content/doc/index.html b/content/doc/index.html
deleted file mode 100644
index 93a7231..0000000
--- a/content/doc/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE HTML>
-<!-- HTML redirect to the latest documentation. Using HTML redirect is a bit ugly, but it's only used for local
-  testing: the website uses the .htaccess file for this, but that file doesn't work locally with 'jekyll serve' -->
-<html lang="en-US">
-  <head>
-    <meta charset="UTF-8">
-    <meta http-equiv="refresh" content="0;url=./latest/">
-    <title>Page Redirection</title>
-  </head>
-  <body>
-    If you are not redirected automatically, click <a href='./latest'>here</a>
-  </body>
-</html>