Re: [gentoo-user] htaccess file

2008-06-16 Thread darren kirby
quoth the Iain Buchanan: > On Fri, 2008-06-13 at 00:31 -0600, Joseph wrote: > > I have in my main "htaccess" file the following condition, is it still > > needed: -code > > # The following makes adjustments to the SSL protocol for Internet > > # Explorer browsers > > > > > > Re

Re: [gentoo-user] htaccess file

2008-06-15 Thread Iain Buchanan
On Fri, 2008-06-13 at 00:31 -0600, Joseph wrote: > I have in my main "htaccess" file the following condition, is it still needed: > -code > # The following makes adjustments to the SSL protocol for Internet > # Explorer browsers > > > RedirectMatch permanent (.*)cmd.exe(.*)$ h

[gentoo-user] htaccess file

2008-06-12 Thread Joseph
I have in my main "htaccess" file the following condition, is it still needed: -code # The following makes adjustments to the SSL protocol for Internet # Explorer browsers RedirectMatch permanent (.*)cmd.exe(.*)$ http://www.microsoft.com RedirectMatch permanent (.*)root.exe(.

[gentoo-user] htaccess file has no effect on apache after upgrade

2005-09-20 Thread Joseph
I'm missing something in settings. After upgrading apache2 to -r31 I can not get the .htaccess file to work. in /etc/conf.d/apache2 I have: APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D PHP4" in 00_default_vhost.conf for AllowOverride All What am I missing that setting from htaccess aren't recog