Thanks for the clues, Andy.
There was a .htaccess file created, but it was empty so I added:
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END
I assume the first line enables rewrite.
After this I could stumble through the installation, with about 10 sql
errors thrown (warning about sql syntax errors - strange!). It is now
writing to mysql and installed, but as soon as I want to login or
visit the admin section, FireFox comes back with:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for
this address in a way that will never complete.
So it looks like a rewrite problem.
I ran the requirements.php script on the host with no problems. I
don't see anything lacking in phpinfo [http://pim.kiekies.net/
phpinfo.php] The wiki has a few tips to make sure mod rewriting works
well on litespeed, but I don't have the rights to install modules or
restart the web server. In fact the admin interface (DirectAdmin)
doesn't report what web server modules are installed, so I don't even
know if mod_rewrite is installed or not.
I'll see if I can get the info from their help desk.
--
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
To unsubscribe, reply using "remove me" as the subject.