error install on opensuse 13.1
i want install selfoss on opensuse 13.1 64bit with apache2web server according to this manualbut after installation selfoss not start to graphical
best regards
error install on opensuse 13.1
Ensure that you have enabled the mod_rewrite and mod_headers module. Check your .htaccess. Its possible that you have to set RewriteBase.
error install on opensuse 13.1
apache2 rewrite and header mod is loaded
section of writebasein .htaccess is:
#AddHandler php53-cgi .php
# Enable rewrite engine and route requests to framework
RewriteEngine On
RewriteBase /selfoss
i installed selfoss on /srv/www/htdocs/selfoss
also sqlite3 isinstalled on my pc
and addthis line in httpd.conf
AddHandler default-handler .jpg .png .css .js
also change following value in /etc/php5/apache2/php.ini from 30 to 120
max_execution_time = 30
error install on opensuse 13.1
this problem was solved ages ago, and you could have found it here if you were looking for it...
another issue you have to have in mind is, that with opensuse 13.1 the apache server was updated from 2.2.x to 2.4.x, and along with that update came a different handling of 'Allow'/'Deny' rules.
to be safe, just add
Satisfy Any
to your .htaccess file.
greetings...
error install on opensuse 13.1
tanks for your helping.
it works.