Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
bf853e67
Commit
bf853e67
authored
Feb 14, 2023
by
Petar
Browse files
BUG doman>domain Update web_vhost_domain.tform.php
parent
7d30386f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_vhost_domain.tform.php
View file @
bf853e67
...
...
@@ -417,7 +417,7 @@ $form["tabs"]['redirect'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'value'
=>
array
(
''
=>
'no_redirect_txt'
,
'non_www_to_www'
=>
'domain.tld => www.domain.tld'
,
'www_to_non_www'
=>
'www.domain.tld => domain.tld'
,
'*_domain_tld_to_domain_tld'
=>
'*.doman.tld => domain.tld'
,
'*_domain_tld_to_www_domain_tld'
=>
'*.domain.tld => www.domain.tld'
,
'*_to_domain_tld'
=>
'* => domain.tld'
,
'*_to_www_domain_tld'
=>
'* => www.domain.tld'
)
'value'
=>
array
(
''
=>
'no_redirect_txt'
,
'non_www_to_www'
=>
'domain.tld => www.domain.tld'
,
'www_to_non_www'
=>
'www.domain.tld => domain.tld'
,
'*_domain_tld_to_domain_tld'
=>
'*.doma
i
n.tld => domain.tld'
,
'*_domain_tld_to_www_domain_tld'
=>
'*.domain.tld => www.domain.tld'
,
'*_to_domain_tld'
=>
'* => domain.tld'
,
'*_to_www_domain_tld'
=>
'* => www.domain.tld'
)
),
'rewrite_rules'
=>
array
(
'datatype'
=>
'TEXT'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment