• Hello everyone,
    I can not fix the error 403.
    Let me explain briefly what happened.
    Basically I’m working locally with MAMP and I’ve installed the plugin WP Super Cache and Bad Behavior, I do not remember exactly which boxes I checked, the fact is that now I can not log into my wp-admin and affixed to things.
    He says:

    Error 403
    We’re sorry, but we Could not Fulfill your request for / wp_it / wp-login.php on this server.
    You do not have permission to access this server. Data may not be posted from offsite forms.

    Can someone help me?
    Thank you so much.

    I noticed that inside the wp-cache-phase1.php the plugin wp-super-cache is written a thing, but I do not know where to put my hands and what to write … Help me please? Please…

    <? php
    # WP SUPER CACHE 0.8.9.1
    wpcache_broken_message function () {
    if (false == strpos ($ _SERVER [‘REQUEST_URI’], ‘wp-admin’))
    echo “<! – WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! ->”;
    }

    if (include_once (‘CACHEHOME’. ‘wp-cache-phase1.php’)) {
    if (@ is_file (‘CACHEHOME’. ‘wp-cache-phase1.php’)) {
    define (‘ADVANCEDCACHEPROBLEM’, 1);
    register_shutdown_function (‘wpcache_broken_message’);
    }
    }
    ?>

  • The topic ‘Error 403 WP Super Cache = HELP!!!’ is closed to new replies.