52592b
#
52592b
# This configuration file allows the manual to be accessed at 
52592b
# http://localhost/manual/
52592b
#
52592b
Alias /manual /usr/share/httpd/manual
52592b
52592b
<Directory "/usr/share/httpd/manual">
52592b
    Options Indexes
52592b
    AllowOverride None
52592b
    Require all granted
52592b
52592b
    RedirectMatch 301 ^/manual/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)(/.*)$ "/manual$1"
52592b
</Directory>