From dffdbea08859c3692a00b5dabce64ece04e01f1c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 12 Oct 2016 14:21:02 +0200 Subject: [PATCH] Add rewrite rules for AFS publishing The new AFS based publishing needs a new rewriterule file, add a first skeleton. Change-Id: I7c1faaaf7c49fae377f5eeb30f8c5ef50d5518cc --- www/setup/RewriteRules.incl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 www/setup/RewriteRules.incl diff --git a/www/setup/RewriteRules.incl b/www/setup/RewriteRules.incl new file mode 100644 index 0000000000..1f3e712c06 --- /dev/null +++ b/www/setup/RewriteRules.incl @@ -0,0 +1,6 @@ +# This file includes the rewrite rules using Apache syntax. +# See http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html + +# This is so far a proof of concept + +RewriteRule /glossary/content/glossary.html /user-guide/common/glossary.html [last,redirect=permanent]