Jeff McRae <[EMAIL PROTECTED]> tapota : > I am having trouble viewing projects.. I can create projects and the > backend is creating the directories on the underlying system ok.. So the > project seems to be created ok. It lists them fine under "Hosted > Projects", but when I try to view a project web page, I just get: > > Not Found > The requested URL /projects/testprj3/ was not found on this server. > > It seems to me that maybe my apache or php is not configured right, but I > don't have much experience in that area. This is on a test system running > Suse SLES-8. On my older Redhat AS 2.1 system it works fine (running old > Savannah code). > > One curious thing, on my Redhat system that's working, if I go to > http://workingsystem/projects > I get "Error - Invalid Group" > as expected > > but if I go on my newer test system that I just set up to > http://testsystem/projects > the actual code in the savannah/frontend/php/projects file is displayed on > the screen. > It seems that it doesn't get recognized as a php script to run. > > Any idea what is wrong?
Read in the INSTALL.verbose the part related to apache configuration, this is documented. The problem is that /users and /projects must be treated as PHP script by the server, and it is not something done by default, since they have no .php extension. Regards, -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+
