mirror of https://github.com/mpv-player/mpv
Add a note about charset configuration to the Apache section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc9d65db85
commit
671843b934
|
@ -156,8 +156,13 @@ Here is an example stanza to paste into your Apache configuration:
|
|||
Alias /homepage /path/to/htdocs
|
||||
Alias /MPlayer /path/to/MPlayer
|
||||
Alias /DOCS /path/to/MPlayer/DOCS
|
||||
AddDefaultCharset off
|
||||
</VirtualHost>
|
||||
|
||||
The AddDefaultCharset directive is necessary because newer versions of Apache
|
||||
appear to default to defining a standard charset. This breaks our documentation
|
||||
translations, which are written in different encodings.
|
||||
|
||||
|
||||
Setting up an FTP server
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue