Anyone use elgg out there?

Gianluca Sforna giallu at gmail.com
Thu Sep 16 07:21:14 UTC 2010


On Wed, Sep 15, 2010 at 6:53 PM, Paul F. Johnson
<paul at all-the-johnsons.co.uk> wrote:
>
> I've entered all of the details and hit save and get the following "The
> requested URL /action/systemsettings/install was not found on this
> server." which looks to be a mod_rewrite issue.

Right.
I think you need to allow elgg to override the server configuration
via .htaccess; something like

    <Directory /web/elgg>
        AllowOverride All
    </Directory>

in the VirtualHost section should do the trick


-- 
Gianluca Sforna

http://morefedora.blogspot.com
http://identi.ca/giallu - http://twitter.com/giallu


More information about the users mailing list