13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
|
#
|
||
|
# This configuration file allows the manual to be accessed at
|
||
|
# http://localhost/manual/
|
||
|
#
|
||
|
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
|
||
|
|
||
|
<Directory "/var/www/manual">
|
||
|
Options Indexes
|
||
|
AllowOverride None
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Directory>
|