Dear Daniel and all!
2007/9/12, Daniel Brown <parasane@gmail.com>:
> > > > > > > <IfModule mod_dir.c>
> > > > > > > <IfModule mod_php3.c>
> > > > > > > <IfModule mod_php4.c>
> > > > > > > DirectoryIndex index.php index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule mod_php5.c>
> > > > > > > DirectoryIndex index.php index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php4.c>
> > > > > > > DirectoryIndex index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php3.c>
> > > > > > > <IfModule mod_php4.c>
> > > > > > > DirectoryIndex index.php index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php4.c>
> > > > > > > DirectoryIndex index.html
> > > > > > > </IfModule>
> > > > > > > </IfModule>
> > > > > > > </IfModule>
> Try commenting out the whole block of data you sent to the list
> from your httpd.conf file and entering only this instead:
>
> <IfModule mod_dir.c>
> DirectoryIndex index.php index.php3 index.html index.htm
> </IfModule>
Problem solved! Daniel - this really ed. I do not even know how to
thank you but surely, this is amazing. This thing actually works!
Thanks to all!
Zbigniew Szalbot