• Resolved hartundweich

    (@hartundweich)


    Maybe you can rewrite the .htaccess file that it will meet requirements for Apache 2.2 and Apache 2.4.
    The directive “Allow from all” ist not acutal for Apache 2.4 – it has to be “Require all granted”.
    Maybe this can be determined by the plugin when it is getting activated or there could be a configuration switch to let the administrator decide which version of .htaccess files to use.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter hartundweich

    (@hartundweich)

    I inspected your code – maybe the function “get_server_version” is not working properly? Please tell me how I can support you to fix this issue.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @hartundweich,

    Thank you for your inquiry and I am happy to answer.
    Its implemented by W3 Total Cache.
    You have some nonstandard $_SERVER[‘SERVER_SOFTWARE’] value. Can you please let me know which is reported by your server?

    Thread Starter hartundweich

    (@hartundweich)

    $_SERVER[‘SERVER_SOFTWARE’] is only reporting “Apache” and nothing more.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @hartundweich,

    Thank you for your answer.
    It seems you have
    ServerTokens Prod directive in your root apache config, so scripts cant know the version you are running on.
    One of the solutions is to change it to
    ServerTokens Minor
    That happens only in compatibility mode for all those non-default configurations when plugin tries to make stuff work under all different rarely used circumstances so you may try to switch it off In Performance>Page Cache, Advanced sub-box “Compatibility mode:”
    I hope this helps!

    Thread Starter hartundweich

    (@hartundweich)

    Thank you for the feedback – topic is solved.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @hartundweich

    Glad to know your issue is resolved!
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘.htaccess files for Apache 2.4’ is closed to new replies.