altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/manual.conf

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