• I need someone to help me so bad. When i go to my blog’s homepage, it redirects it to one of my blog post instead of going to the homepage. I didn’t set this up like this and this just recently started happening after i published my latest blog post. I deleted the blog post and that still didn’t help anything

    My homepage should be:https://www.vivalavoiz.com but instead it goes straight to https://www.vivalavoiz.com/2009/01/congress%E2%80%A6please-bailout-the-porn-industry/

    Somebody please help because i can’t even get back to my homepage and i have no clue how it got like this. I already checked the settings to and that is set to my homepage but it still redirects

Viewing 13 replies - 16 through 28 (of 28 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Okay, then your index.php in your root should be:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    And you should see a .htaccess file in that folder (you may have to turn on viewing of hidden files)

    Thread Starter gelizzy88

    (@gelizzy88)

    ok i found it.lol it was in hiding here is what its says

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter gelizzy88

    (@gelizzy88)

    this is what my index.php in the public_html says

    <?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(‘./wp-blog-header.php’);
    ?>

    Thread Starter gelizzy88

    (@gelizzy88)

    ooo ?? nothings working

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Your .htaccess is fine.

    Go into your wp-admin side, see if there are any users you don’t recognize.

    Thread Starter gelizzy88

    (@gelizzy88)

    there is thisone new user because its an open blog. He signed up twice

    Thread Starter gelizzy88

    (@gelizzy88)

    could it be one of the users? how do i check it and fix it?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Thread Starter gelizzy88

    (@gelizzy88)

    oh so i have been hacked??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It’s a possibility, but the debugging methods of a hack are about the same for this so… Assume the worst and be surprised if it’s not.

    Thread Starter gelizzy88

    (@gelizzy88)

    ok i see a file in my wp-content that wasn’t there before. It wont delete and i have tried to delete it. It won’t go away

    Thread Starter gelizzy88

    (@gelizzy88)

    its called gt-cache

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    gt-cache is from the global translator plugin, you can probably leave it alone.

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘HELP!Redirection being done that i didn’t set’ is closed to new replies.