uwek68
Forum Replies Created
-
Forum: Plugins
In reply to: 2.9.1 in german language creates empty dashboardHi visitors,
I got it.
The reason was, that my hoster did not guide php to a php5 parser. I had to configure that manually.
So I created a .htaccess file in my document root with the following content:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Options -Indexes
order allow,deny
allow from allMy page is still available to the open public, I do not have to take care about additional maintenance, is not more but also not less safe as before and WordPress works as it should be!
Forum: Installing WordPress
In reply to: 2.9.1 in german language creates empty dashboardHi visitors,
I got it.
The reason was, that my hoster did not guide php to a php5 parser. I had to configure that manually.
So I created a .htaccess file in my document root with the following content:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Options -Indexes
order allow,deny
allow from allMy page is still available to the open public, I do not have to take care about additional maintenance, is not more but also not less safe as before and WordPress works as it should be!
Forum: Plugins
In reply to: 2.9.1 in german language creates empty dashboardoooops again – should be under INSTALLATION, my fault.
Greetings,
Uwe.