> 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
ca...@caius.name
+44 (0) 7960 268 100
http://caius.name/
> I have mod_rewrite installed.
Is it enabled though? Unless $(ls /etc/apache2/mods-enabled/ | grep rewrite) shows something, it's not enabled. (It's usually the reason the installer doesn't work on an ubuntu machine, hence why I suspect it's that :)
> Should AllowOverrides be on or off in
> httpd.conf?
Err, whatever the default is in the ubuntu config iirc. Easy enough to test, just put crap in the .htaccess and see if apache bombs out when you load the installer.