The selfoss home page is different
thank you for your help. I combined your suggestions plus information from here http://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apache.
looks like rules are now working but I'm getting a different error.
this is what I did:
1. created selfoss.conf and copied to /etc/apache2/mods-available
2. sudo a2enmod rewrite
3. edited /etc/apache2/sites-available/default and modified
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>
4. sudo service apache2 restart
The error that now I'm getting is
[Mon May 20 17:29:12 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.9-4ubuntu2 configured -- resuming normal operations
[Mon May 20 17:29:17 2013] [alert] [client 76.22.63.207] /var/www/selfoss/.htaccess: order not allowed here
[Mon May 20 17:29:18 2013] [alert] [client 76.22.63.207] /var/www/selfoss/.htaccess: order not allowed here
[Mon May 20 17:29:29 2013] [alert] [client 76.22.63.207] /var/www/selfoss/.htaccess: order not allowed here
[Mon May 20 17:29:29 2013] [alert] [client 76.22.63.207] /var/www/selfoss/.htaccess: order not allowed here
Any suggestion? thank you for your help in advance!
Complete thread:
- The selfoss home page is different -
mulargui,
2013-05-18, 17:17
- The selfoss home page is different -
ofcloud,
2013-05-19, 18:40
- The selfoss home page is different -
mulargui,
2013-05-19, 21:11
- The selfoss home page is different -
ofcloud,
2013-05-20, 07:52
- The selfoss home page is different -
mulargui,
2013-05-20, 19:50
- The selfoss home page is different - mulargui, 2013-05-21, 18:15
- The selfoss home page is different -
mulargui,
2013-05-20, 19:50
- The selfoss home page is different -
ofcloud,
2013-05-20, 07:52
- The selfoss home page is different -
mulargui,
2013-05-19, 21:11
- The selfoss home page is different -
ofcloud,
2013-05-19, 18:40