AddDefaultCharset en utf-8
This commit is contained in:
parent
908ca37aed
commit
fad4931414
@ -14,6 +14,7 @@ Configuration vhost
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@extranet.devlocal.com
|
||||
ServerName extranet.devlocal.com
|
||||
AddDefaultCharset utf-8
|
||||
DocumentRoot "D:/www/extranet/www"
|
||||
|
||||
<Directory "D:/www/extranet/www/">
|
||||
|
@ -7,6 +7,7 @@ Configuration vhost
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName extranet.scores-decisions.com
|
||||
ServerAlias extranet3.scores-decisions.com
|
||||
AddDefaultCharset utf-8
|
||||
DocumentRoot /home/www/extranet/www
|
||||
|
||||
<Directory />
|
||||
|
@ -7,6 +7,7 @@ Configuration vhost
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName extranet.scores-decisions.com
|
||||
ServerAlias extranet2.scores-decisions.com
|
||||
AddDefaultCharset utf-8
|
||||
DocumentRoot /var/www/extranet/www
|
||||
|
||||
<Directory />
|
||||
|
@ -6,6 +6,7 @@ Configuration vhost
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName extranet.sd.com
|
||||
AddDefaultCharset utf-8
|
||||
DocumentRoot /sites/extranet/www
|
||||
|
||||
# Disallow browsing of Subversion working copy administrative dirs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user