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