Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter sachinsangde

    (@sachinsangde)

    Thanks for reply Marius!

    The solution was different.

    My server-technical guy did the following and the problem solved.

    in files wp-includes/vars.php
    Commented $is_apache = strstr($_SERVER[‘SERVER_SOFTWARE’], ‘Apache’) ? 1 : 0;
    and added $is_apache = 1;

    That solved my problem. Dont know how but!!

Viewing 1 replies (of 1 total)