Home Forums WordPress Plugins Hide My WP No one can know WordPress

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38
    X555X
    Post count: 6

    Hello
    I have two questions:
    – how to relieve of that in an initial code of the page I all the same see a way to fav-ico and company logo through http://my-site/wp-content/uploads/2013/08/logo.png
    – how to make so that really nobody learned that I use WP even this site of definition of CMS: http://2ip.ru/cms/
    At check this site defines WP use

    Thanks!

    #39
    X555X
    Post count: 6
    This reply has been marked as private.
    #46
    Hassan
    Post count: 955

    Hi-

    For the first issue just choose ‘Full Page’ as replace mode.

    For the second add below to the top of your htaccess file (Right after RewriteEngine On):

    RewriteCond %{HTTP_USER_AGENT} 2ip\.ru
    RewriteCond %{REQUEST_URI} !^/nothing_404_404/
    RewriteRule .* /nothing_404_404/ [R]

    Please also note those sites usually uses a cache system so you may need wait for few weeks to see the result.

    #118
    X555X
    Post count: 6

    Thanks for the answer.
    The most interesting that initially in settings stood ‘Full Page’ but despite it I see a way to fav-ico and company logo (with wp-content).
    Only these two parameters still have old way of access. I don’t know why it so.
    What will you recommend to do.

    #133
    Hassan
    Post count: 955

    Strange. Is it possible to provide login details so I can take a deeper look.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.