summaryrefslogtreecommitdiffstats
path: root/19.0-rc/apache/config/apache-pretty-urls.config.php
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-08-21 17:38:03 +0200
committerGitHub <noreply@github.com>2020-08-21 17:38:03 +0200
commit65f3f6d167defbef27d01819da34314e0569040d (patch)
treed98b370029e81cc372069b0317fae5b54b3638c8 /19.0-rc/apache/config/apache-pretty-urls.config.php
parentabe8cd69a6a3eee4952d4faea9dfbda64c4cdb2b (diff)
parent4afc60d530c971b50e9eccfccf9e41044423538c (diff)
Merge pull request #1205 from tilosp/bot/update
Run update.sh
Diffstat (limited to '19.0-rc/apache/config/apache-pretty-urls.config.php')
-rw-r--r--19.0-rc/apache/config/apache-pretty-urls.config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/19.0-rc/apache/config/apache-pretty-urls.config.php b/19.0-rc/apache/config/apache-pretty-urls.config.php
new file mode 100644
index 00000000..72da1d8c
--- /dev/null
+++ b/19.0-rc/apache/config/apache-pretty-urls.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'htaccess.RewriteBase' => '/',
+);