El mar, 24-01-2006 a las 23:43 +0100, Thorsten Scherler escribió: > El mié, 25-01-2006 a las 09:23 +1100, David Crossley escribió: > > Thorsten Scherler wrote: > > > David Crossley escribi??: > > > > > > > > On forrest.apache.org we have this workaround in our .htaccess > > > > AddDefaultCharset UTF-8 > > > > > > > > However we don't yet have that on forrest.zones.apache.org as > > > > our httpd instance needs other configuration too. > > > > > > Yeah, I tried the .htaccess tip but like you stated there are some other > > > configurations to do. > > > > > > Do you know which or maybe can point me to some resources? > > > > http://httpd.apache.org/docs/2.2/ > > > > Need to enable the use of .htaccess files. > > > > Thx, will have a look. >
sudo su vi /etc/apache2/httpd.conf find "Directory" and add the "" the part should look like: # First, we configure the "default" to be a very restrictive set of # features. # <Directory /> Options FollowSymLinks AllowOverride None AddDefaultCharset UTF-8 </Directory> That is better as stated in http://httpd.apache.org/docs/2.2/howto/htaccess.html since "However, in general, use of .htaccess files should be avoided when possible. Any configuration that you would consider putting in a .htaccess file, can just as effectively be made in a <Directory> section in your main server configuration file." Should I apply it as well for our zone? I did it only for Lenya atm and it works fine. :) salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)