Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jeffrahr

    (@jeffrahr)

    The contents of .htaccess:
    RewriteEngine On

    RewriteCond %{ENV:REDIRECT_STATUS} 200
    RewriteRule ^ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^(.*)$ gangplank-lossier.php?$1 [L]

    The contents of gangplank-lossier.php:
    The requested URL /tags/4.5.1/gangplank-lossier.php was not found on this server

    Thread Starter jeffrahr

    (@jeffrahr)

    Thanks for your help. There was something in the .htaccess file that was redirecting to gangplank-lossier.php. Thanks for pointing me in the right direction. Not sure if this was something malicious or something left over that a previous page admin had tried to do.

    Thread Starter jeffrahr

    (@jeffrahr)

    This is what one of the permalinks looks like:
    http://www.mctsa.com/events/

    The file /gangplank-lossier.php is part of the core wordpress install according to sucuri security pluggin.

    Also the fact that i’m running 4.5.2 and the path has 4.5.1 is suspect.

    A google search of the error returns 0 hits.

Viewing 3 replies - 1 through 3 (of 3 total)