Home Forums WordPress Plugins Hide My WP Plugin not Working with My site–information response

This topic is: not resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8633
    aaronmcnany
    Post count: 6

    The plugin is not working with my website–as requested on the Themeforest.com comments section, below is the debug info.

    #8634
    aaronmcnany
    Post count: 6
    This reply has been marked as private.
    #8635
    aaronmcnany
    Post count: 6
    This reply has been marked as private.
    #8654
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #8837
    aaronmcnany
    Post count: 6

    It keeps screwing with the site. See attached screenshot. I will also past the HTACCESS text below.

    Attachments:
    You must be logged in to view attached files.
    #8839
    aaronmcnany
    Post count: 6

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^other/(.*) /wp-includes/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ext/(.*) /wp-content/plugins/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/main\.css //index.php?style_wrapper=1&kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/style.css /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/(.*) /wp-content/themes/boss-child/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^boss/(.*) /wp-content/themes/boss/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin_main/(.*) /wp-content/themes/boss/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ajax /wp-admin/admin-ajax.php?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^inc/(.*) /wp-content/$1?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^wp-content/themes/boss-child/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #8841
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #9180
    aaronmcnany
    Post count: 6

    Correct–that’s the only content in the htaccess file. What country are you in? It may be a firewall thing–let me know and I’ll take care of it.

    #9185
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #9201
    aaronmcnany
    Post count: 6

    Nepal is not blocked by my site–does it say why it is blocked? I can’t think of any other reason.

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

You must be logged in to reply to this topic.