arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/manual.conf

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