On 30 Jun 2010, at 21:41, ethnt wrote: > Hi, I'm trying to install Habari, but I keep getting this error > (where /projects/liff/ is the Habari root): > > Server Response 404 Not Found Not Found The requested URL /projects/ > liff/ajax/check_sqlite_credentials was not found on this server. > Apache/2.2.14 (Ubuntu) Server at localhost Port 80
You either need to enable mod_rewrite (installed but not enabled by default on ubuntu - `sudo a2enmod rewrite` I think) or check that you've got AllowOverrides set in your httpd.conf / vhost config. As it's ubuntu, I'm guessing you just need to enable mod rewrite though. C --- Caius Durling [email protected] +44 (0) 7960 268 100 http://caius.name/ -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
