jeffrahr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: google search site links don't workThe contents of .htaccess:
RewriteEngine OnRewriteCond %{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 serverForum: Fixing WordPress
In reply to: google search site links don't workThanks 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.
Forum: Fixing WordPress
In reply to: google search site links don't workThis 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.