multi-language manual/ directory: how to use it.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've installed Apache HTTP 2.2 on Win 7.
I am a real newcomer to web servers, etc.

As a learning exercise, I want to be able to enter 
http://localhost/doc or some variant of that and 
then be able to browse the docs in manual/

I put this in httpd.conf:

Alias /doc/ "C:/Program Files/Apache Software Foundation/Apache2.2/manual/"
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/manual/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Order allow,deny
    Allow from all
</Directory>

I've tried putting an .htaccess file in C:/Program Files/Apache Software
Foundation/Apache2.2/manual
with various options related to Content Negotiation, but
http://localhost/doc 
just shows me the text of index.html which appears to be a typemap file.

http://localhost/doc/index.html.en displays the 1st page of the doc, but
when I click
on a link the content of an .html (typemap?) file is displayed instead the
appropriate 
html.en file.

How can I make this mechanism work?

Thanks,
Ken


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux