Apache2 and “manual” folder – can’t find “manual” folder
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))?(/.*)?$ "/var/www/manual$1"
Restart Apache / httpd and all mus be ok.
Now, anytime you need apache manual must be accesed from /manual2/ folder. ( “manual2″ from conf files can be anything else) !








