summaryrefslogtreecommitdiffstats
path: root/18.0-rc/apache/config/apache-pretty-urls.config.php
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-09-05 01:46:19 +0000
committerGitHub Workflow <workflow@github.com>2020-09-05 01:46:19 +0000
commit1e2c9961f7a42b864a1ba99527d82671eee78245 (patch)
treeb52e993dade0ad17a0d60830847ba2abd6d8602a /18.0-rc/apache/config/apache-pretty-urls.config.php
parent27587700ee5d24ec685c8a62154d398a6648f2da (diff)
Runs update.sh
Diffstat (limited to '18.0-rc/apache/config/apache-pretty-urls.config.php')
-rw-r--r--18.0-rc/apache/config/apache-pretty-urls.config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/18.0-rc/apache/config/apache-pretty-urls.config.php b/18.0-rc/apache/config/apache-pretty-urls.config.php
new file mode 100644
index 00000000..72da1d8c
--- /dev/null
+++ b/18.0-rc/apache/config/apache-pretty-urls.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'htaccess.RewriteBase' => '/',
+);