Dear Daniel and all!

2007/9/12, Daniel Brown <[EMAIL PROTECTED]>:
> > > > > > > <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 helped. I do not even know how to
thank you but surely, this is amazing. This thing actually works! :)

Thanks to all!

Zbigniew Szalbot

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to