summaryrefslogtreecommitdiffstats
path: root/samples/services/modsecurity/docker/.htaccess
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-09-05 05:03:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-05 05:03:25 +0000
commit05873b82e85d913838dc7aed9a21bc99a713a92d (patch)
treec459e76c659de259a2c04cf1dd34b9d57313a1fa /samples/services/modsecurity/docker/.htaccess
parent420759bf152ce60da2152ec06c44f70f144d1d79 (diff)
parent09f09a34328079f04d372ff5fb7faf9e180cc7e4 (diff)
Merge "Modsecurity as a service"
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