summaryrefslogtreecommitdiff
path: root/templates/vhosts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts')
-rw-r--r--templates/vhosts/php_silverstripe/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/php_silverstripe/CentOS.erb b/templates/vhosts/php_silverstripe/CentOS.erb
index 7adbf42..920f2be 100644
--- a/templates/vhosts/php_silverstripe/CentOS.erb
+++ b/templates/vhosts/php_silverstripe/CentOS.erb
@@ -18,7 +18,7 @@
Redirect permanent / https://<%= servername %>/
<%- end -%>
# silverstripe
- RedirectMatch /admin(.*) https://<%= servername %>.ch/admin$1
+ RedirectMatch /admin(.*) https://<%= servername %>/admin$1
RedirectMatch /Security(.*) https://<%= servername %>/Security$1
<%- if default_charset.to_s != 'absent' then -%>
AddDefaultCharset <%= default_charset %>