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