summaryrefslogtreecommitdiffstats
path: root/samples/services/modsecurity/docker/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'samples/services/modsecurity/docker/.htaccess')
-rw-r--r--samples/services/modsecurity/docker/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/services/modsecurity/docker/.htaccess b/samples/services/modsecurity/docker/.htaccess
new file mode 100644
index 0000000..a2b059c
--- /dev/null
+++ b/samples/services/modsecurity/docker/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_URI} !^/index.html$
+RewriteRule . /index.html [L] \ No newline at end of file