On Wed, Sep 15, 2010 at 6:53 PM, Paul F. Johnson
<p...@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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to