• After hostgator updated my wordpress site to 4.4.1 it stopped working the next day. I am getting a redirect to oxtmm.com
    my site is: bainbridgehistoricalsociety.org

    I am working on this site with my students in a Web Development class and they worked hard for 18 weeks to now see this happen…very disappointing. Any assistance would be greatly appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    You have errors in your website

    Fatal error: Call to undefined function get_header() in /home1/bhsadmin/public_html/wp-content/themes/catch-adaptive/archive.php on line 12

    Fatal error: Call to undefined function wp() in /home1/bhsadmin/public_html/wp-blog-header.php on line 14

    And somehow its being redirected to oxtmm.com, not sure why but can you post your /home1/bhsadmin/public_html/index.php file contents here?

    Thread Starter kselby

    (@kselby)

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );

    Thread Starter kselby

    (@kselby)

    here is my wp-blog-header.php

    <?php
    /**
    * Loads the WordPress environment and template.
    *
    * @package WordPress
    */

    if ( !isset($wp_did_header) ) {

    $wp_did_header = true;

    require_once( dirname(__FILE__) . ‘/wp-load.php’ );

    wp();

    require_once( ABSPATH . WPINC . ‘/template-loader.php’ );

    The code seems to be fine for these 2 files.

    Your site seems to be not redirecting now, were you able to resolve the issue. ?

    Eu esto com este problema também.
    Que droga. N?o consigo solucionar de maneira alguma.

    Meu site é o https://www.luanmiguel.arq.br

    E algumas outras páginas internas também n?o tenho acesso.

    Nem ao Wp-admin.

    Alguem me ajudeee.

    Conseguiu resolver o problema Luan?
    estou com o mesmo problema

    Resolved

    how did you solve the problem?

    steps to remove oxxtm wordpress error
    1. check your header.php file comment <?php wp_head(); ?> function
    2. in wp-includes\js\jquery\jquery.js on top header remove redirection code your website working fine.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Hacked with a redirect to oxxtm.com’ is closed to new replies.