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