Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ggekko

    (@ggekko)

    • I Have tried reuploading the files through FTP. It did not help
    • I have tried turning of caching in wp-config.php. It did not help either.
    • i Tried resetting the plugins folder by FTP or PhpMyAdmin unsuccessfully

    Any More suugestions

    Thread Starter ggekko

    (@ggekko)

    I can access all sections of the admin panel without any problem

    Thread Starter ggekko

    (@ggekko)

    • I am not running any Cachig plugins
    • It have tried it one several different computers and have had other peopled try it from other countries. It is not a local caching error. Other changes i make is reflected imideately
    • I have deactivead all plugins. It does not help
    • I tried using twenty twelve and expericed the same problem
    • I will try a manually update
    Thread Starter ggekko

    (@ggekko)

    yes it seems to be an hack that use cloaking to only show in google.

    I have checked my htaccess file but can not see anything wrong in it. CAn you.

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /news/
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/news/wp-content/cache/supercache/%{HTTP_HOST}/news/$1/index.html.gz -f
    RewriteRule ^(.*) /news/wp-content/cache/supercache/%{HTTP_HOST}/news/$1/index.html.gz [L]
    
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{DOCUMENT_ROOT}/news/wp-content/cache/supercache/%{HTTP_HOST}/news/$1/index.html -f
    RewriteRule ^(.*) /news/wp-content/cache/supercache/%{HTTP_HOST}/news/$1/index.html [L]
    </IfModule>
    # END WPSuperCache
    <IfModule mod_rewrite.c>
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /news/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /news/index.php [L]
    # END WordPress
    </IfModule>
    Thread Starter ggekko

    (@ggekko)

    Thanks. I have searched these forums a lot. I also read the smackdown page put nothing I can find seems to apply to this situation, especially since the links are only visable in google and not in the source code of the pages themselves. It is almost as if it would allready have been cleaned up but I havent done that soo…

    Have uploaded a new version of the theme with due credit. (pending review)

    I give my sincere apologies to Pastorcox.

    Thread Starter ggekko

    (@ggekko)

    never mind. I solved it

    Thread Starter ggekko

    (@ggekko)

    Thanks a million. I will try that

    Thread Starter ggekko

    (@ggekko)

    No one know how to achive this?
    Any plugin that might help?

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