On Sat, Mar 21, 2009 at 3:01 PM, Caius Durling <[email protected]> wrote:
> > On 21 Mar 2009, at 04:44, Jae wrote: > > If I add a ')' in the first line I can get the installation script to > start. But I run into problems with the mysql when I enter my database > info: 404 Not Found Not Found The requested URL /habari/ajax/ > check_mysql_credentials was not found on this server. Apache/2.2.9 > (Ubuntu) PHP/5.2.6-2ubuntu4.1 . Indeed there is no ajax directory.. I > am able to say don't verify, and I observe that a new user is created > in the database after the installation is complete.. so that's not a > huge deal. > > > There isn't supposed to be an ajax directory, habari uses the apache > mod_rewrite module to use URLs that don't match to files/folders on the > filesystem. > > By default apache on ubuntu doesn't have mod_rewrite enabled, you need to > run `sudo a2enmod rewrite` and then `/etc/init.d/apache2 force-reload` to > enable it and restart apache to pick up the new module. > Furthermore, if you install mod_rewrite and verify that the installation works but still get the same error, you would need to enable .htaccess (ie editing your virtual hosts file and setting AllowOverride to at least 'FileInfo'). See http://wiki.habariproject.org/en/Troubleshooting#How_do_I_enable_.htaccess.3F Ali B. / dmondark http://awhitebox.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
