Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter jelux

    (@jelux)

    The .htaccess file is with 644 permissions

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi jelux can you check your log files.

    Thread Starter jelux

    (@jelux)

    [03/24/2015 11:19 AM] – FAILURE : Unable to write to .htaccess – server type not supported!
    [03/24/2015 11:19 AM] – FAILURE : AIOWPSecurity_Deactivation::run_deactivation_tasks() – Could not write to the .htaccess file. Please check the file permissions.

    Thread Starter jelux

    (@jelux)

    installing wordpress 4.1.1 multisite

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi if this is a multisite one of the plugin developers will assist you further.

    Thread Starter jelux

    (@jelux)

    thank you very much

    Plugin Contributor wpsolutions

    (@wpsolutions)

    [03/24/2015 11:19 AM] – FAILURE : Unable to write to .htaccess – server type not supported!

    What type of server is your site on?

    Thread Starter jelux

    (@jelux)

    linux, mysql, apache, php 5

    Plugin Contributor wpsolutions

    (@wpsolutions)

    We use the following to check if your server type is apache:

    if (strstr(strtolower(filter_var($_SERVER['SERVER_SOFTWARE'], FILTER_SANITIZE_STRING)), 'apache'))
    {
    return 'apache';
    }

    I’m not sure why this is coming up as false on your server if it is indeed running apache.
    Can you ask your host provider why the above command is evaluating as false to see what they say?

    Thread Starter jelux

    (@jelux)

    thank you very much

    Thread Starter jelux

    (@jelux)

    the server manager, says that the server apache2handler

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am marking this thread as resolved. No reply in 11 months.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘htaccess’ is closed to new replies.