arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/manual.conf

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