Blame SOURCES/manual.conf

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