We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Installation problem | Forum

Tomasz
Tomasz Jun 27 '12
Hello. I need help. I try install oxwall 1.4.0 and 1.3.2 on debian 6 but i have this same error on both.
The Forum post is edited by Tomasz Jun 27 '12
Tomasz
Tomasz Jun 27 '12
Ok i fix this. For everybody who has this problem. Edit your /etc/apache2/sites-available/default file and change
<Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

to:

<Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
    </Directory>
Joseph
Joseph Jun 28 '12
this issue happens a lot this issue is somewhat covered in the amazon tutorial posted on here 
Michael I.
Michael I. Jul 1 '12
Topic was moved from Bug reports and troubleshooting.