Re: [Phplib-users] phplib and IE 6 authentication not working
Brought to you by:
nhruby,
richardarcher
|
From: marko <mk...@mc...> - 2004-06-30 14:13:01
|
Hi Layne,
> AddHandler application/x-httpd-php .php
well, actually I have this setting in my httpd.ini in a slightly different
form:
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
</IfModule>
I don't really know what happened, since for some reason my firefox works
fine again. Looks like that was some caching issue or something. Don't
know what happened. IE6 worked fine from the beginning.
Also I checked the changelog of the successor of my old PHP 4.3.1 and
there is a lot of stuff concerning cookies and sessions mentioned. Looks
like the 4.3.1 still contained quite a few quircks.
Marko
|