• Resolved sflwa

    (@sflwa)


    I have a site that keeps having some redirects that I think are javascript based – The site is reported as clean

    In the log when I check has the following

    Redirect Source
    _red
    do_action('init')
    require_once('wp-settings.php')
    require_once('wp-config.php')
    require_once('wp-load.php')

    I’m not quite sure what _red is – the rest – I follow (or at least think I do)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    I don’t have access to any other information than what you put here. This is not Redirection.

    Thread Starter sflwa

    (@sflwa)

    @johnny5

    Thanks for the reply – I enabled Log “external” redirects – those not from Redirection.?
    And one of the entires show as redirect from the root of the site to “adflowtube” so I clicked on the view data and what I posted is what shows.

    What I’m trying to understand / debug is what this log is telling me – i’m assuming it is launching a script which is calling the 3 files but I’m not sure the _red is, that is what was most confusing – so I’m just looking for some guidance to understand what this is saying

    Plugin Author John Godley

    (@johnny5)

    The information shows the functions being called when the redirect occurs. I do not know what _red, other than it is a function on your site. Maybe you can search through your plugins and other files and see where it is defined.

    Thread Starter sflwa

    (@sflwa)

    Just wanted to follow up on this – the issue was actually a snippet in WPCode Lite that was doing the redirect as well as hiding the plugin from the admin menu as well as list of plugins

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.