Apache2 and “manual” folder – can’t find “manual” folder
March 20th, 2009
No comments
Why can't find "manual" folder ? - when loading page like :
http : //your-domain-name/manual/etc/link.php
If you get this type of message/page after loading :
Apache HTTP Server Version X.Y Documentation
you must modify httpd.conf and/or manual.conf file.
This line:
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
mus become this:
AliasMatch ^/manual2(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ ...








