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

Here is my .htaccess file:
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /projects/liff/
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END

And the relating Apache logs:
[Wed Jun 30 16:28:55 2010] [error] [client ::1] File does not exist: /
var/www/projects/liff/check_mod_rewrite
[Wed Jun 30 16:28:56 2010] [error] [client 127.0.0.1] File does not
exist: /var/www/projects/liff/favicon.ico
[Wed Jun 30 16:29:03 2010] [error] [client 127.0.0.1] File does not
exist: /var/www/projects/liff/ajax, referer: http://localhost/projects/liff/

I've also tried it with SQLite (as opposed to MySQL) with similar
results.

Thanks,
Ethan

-- 
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

Reply via email to