28b219
#
28b219
# This configuration file allows the manual to be accessed at 
28b219
# http://localhost/manual/
28b219
#
cce4bc
Alias /manual /usr/share/httpd/manual
28b219
28b219
<Directory "/usr/share/httpd/manual">
28b219
    Options Indexes
28b219
    AllowOverride None
28b219
    Require all granted
cce4bc
cce4bc
    RedirectMatch 301 ^/manual/(?:de|en|fr|ja|ko|ru)(/.*)$ "/manual$1"
28b219
</Directory>