Douglas J. Hunley wrote:
> I've recently taken the time to translate some web pages into German and 
> saved them with '.de' as the extension. My httpd.conf says:
>    AddLanguage da .dk
>     AddLanguage nl .nl
>     AddLanguage en .en
>     AddLanguage et .ee
>     AddLanguage fr .fr
>     AddLanguage de .de

[snippage]

>     <IfModule mod_negotiation.c>
>         LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz 
> ca es sv tw ko zh
>     </IfModule>
> 
> 
> is that syntax correct? thanks!

Looks good to me, provided that all of this is embedded in a block
like:
        <IfModule mod_mime.c
                blah
        </IfModule>

and you have:

        LoadModule mime_module modules/mod_mime.so
        AddModule mod_mime.c

in the appropriate places.

Kurt
-- 
A beautiful man is paradise for the eyes, hell for the soul, and
purgatory for the purse. 
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to