How I got it running on my RaspberryPi
I had the same problem at first. I figured out, that the page is not loaded correctly, because the rewrite of the urls does not work. Check the apache logs to see if your browser tries to load stuf, that apache can't find. Be sure rewrite is allowed by your apache config ( "/etc/apache2/sites-available/default") by setting "AllowOverride All". There are multiple points in this file, where this can be changed. As I did not know exactly what all this means, I just changed AllowOverride everytime it occures.
Now that this config allows overrides, your .htaccess must specify the correct override rule.
This should be done by just changing the line after RewriteEngine On at the top to "RewriteBase /selfoss". Check again, that this line is not commented out by a #.
Good luck.
Complete thread:
- How I got it running on my RaspberryPi -
derschmidt,
2013-03-20, 01:48
- How I got it running on my RaspberryPi -
robkurzd,
2013-03-28, 02:17
- How I got it running on my RaspberryPi - derschmidt, 2013-03-28, 08:09
- How I got it running on my RaspberryPi - daysofgreen, 2013-04-17, 04:14
- How I got it running on my RaspberryPi - daysofgreen, 2013-04-17, 04:09
- How I got it running on my RaspberryPi -
robkurzd,
2013-03-28, 02:17