Hi, I installed koha 3.00.02.012, configured apache, but when I want to browse to intranet/cgi-bin/mainpage.pl or about.pl I am taken to /installer/install.pl. I Get "HTTP 404 - File not found" for it. Also, I thought if I create the 'koha' database, '#make install' was going to build all the tables and indexes for me!!! the Koha database is empty. -- Thank you, //Agron
If you follow the INSTALL document for your OS, then it certainly does work. It sounds like you are browsing on a localhost. The difference between these two: - intranet/cgi-bin/mainpage.pl - /installer/install.pl. is that the former has the domain "intranet". The latter doesn't and is just looking for a filepath, so it is predictable that no Koha VirtualHost will catch that request. Try fully setting up DNS and NameVirtualHost. --Joe On Fri, Aug 21, 2009 at 9:55 AM, Agron Selimaj <selimaja@kihbd.com> wrote:
Hi,
I installed koha 3.00.02.012, configured apache, but when I want to browse to intranet/cgi-bin/mainpage.pl or about.pl I am taken to /installer/install.pl.
I Get "HTTP 404 - File not found" for it.
Also, I thought if I create the 'koha' database, '#make install' was going to build all the tables and indexes for me!!!
the Koha database is empty.
-- Thank you, //Agron
participants (2)
-
Agron Selimaj -
Joe Atzberger