OK, but how do you want to explain the fact, that if I change only change the versions (the files) and left all directories, that then everything works? At this moment there is only a change in the code, not in permissions or anything else.
> I didn't install the rpm. I always install the .tgz And how would you > explain that different versions with the same permissions, > configuration and ownership behave different? > The php is self-compiled. So,let's talk about the version 1.4.3a and 1.5.1. > I installed both from sf.net, one as the newest cvs-version the other > as the stable release. 1.5.1 worked fine, 1.4.3a let me download the > index.php. I think that there must be something wrong in the code. absolutely not. be careful making accusations like that when it is probably your server config. this is a typical problem when php is either misinstalled or your web server is misconfigured.... and has nothing to do with "the code". if you are so sure it's a problem with the code (it's not), put your own php file in the same directory and try to access it. something like: <?php echo "<html><body>hello world</body></html>"; ?> ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
