Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter uwek68

    (@uwek68)

    Hi 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 all

    My 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!

    Thread Starter uwek68

    (@uwek68)

    Hi 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 all

    My 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!

    Thread Starter uwek68

    (@uwek68)

    oooops again – should be under INSTALLATION, my fault.

    Greetings,

    Uwe.

Viewing 3 replies - 1 through 3 (of 3 total)