Installation trouble

Hi,

I’m trying to install the current Piwik Release on my Strato Server.
I created a .htaccess with the following lines to enable PHP5:


AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

When I open the Piwik URL on my server only the following line appears:


init(); $controller->dispatch(); }

But the installation does not start :frowning:

Any hint for me?

Thanks in advance & best regards,
jes

No idea. Looks like an issue specific to your environment.

Hi,

after reading the documentation of my Starto Server I solved the issue:


AddType application/x-httpd-php5 .php

is the right statemant in the .htaccess file for the Strato Server :slight_smile:

Now Piwik is up and running…

Regards,
jes