summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2010-01-27 22:44:11 +0100
committerAndreas <andreas@immerda.ch>2010-01-27 22:44:11 +0100
commit42ca80476bcdb1da0e5e516d08a9b06ec32c6f26 (patch)
treedd2847e941f2605d6d43ac6a878c389ee181f31c /templates
parent7845bec2e327f0ef7117847a868fc72cdc430e69 (diff)
typo
Diffstat (limited to 'templates')
-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 %>