Forum Moderators: phranque
<Location www.oneofmysites.com/fr/> AddLanguage fr .html </Location>
or something?
DefaultLanguage DirectiveDescription:Sets all files in the given scope to the specified language
Syntax:DefaultLanguage MIME-lang
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
You may therefore make the setting inside a <Directory> container in httpd.conf or other server config file, or within a .htaccess file in the filepath of the directory you wish to set the language for. Either method will allow the control you need.
Jim