diff options
Diffstat (limited to '17.0-rc/apache/config/apache-pretty-urls.config.php')
-rw-r--r-- | 17.0-rc/apache/config/apache-pretty-urls.config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/17.0-rc/apache/config/apache-pretty-urls.config.php b/17.0-rc/apache/config/apache-pretty-urls.config.php new file mode 100644 index 00000000..72da1d8c --- /dev/null +++ b/17.0-rc/apache/config/apache-pretty-urls.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'htaccess.RewriteBase' => '/', +); |