Thanks for your response Feherke,
I kind of inhered this and I am a Newbie..
Here are the parts of the http.conf file I think you needed
**************************
# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value. If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain
#
----------------------------------------------------------------------------------
# The Options directive is both complicated and important. Please see
#
# for more information.
#
Options -Indexes FollowSymLinks
Options Includes ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex index.html index.htm index.cgi
AddType text/x-server-parsed-html .html .htm .ssi
#
-----------------------------------------------------------------------------
<Directory "C:/Program Files/Apache Group/Apache2/manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
<Files *.html>
SetHandler type-map
</Files>
SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
</Directory>
----------------------------------------------
********************
Thanks again for any help...I am lost on this issue...
ardan
End of Line