Home Forums WordPress Plugins Hide My WP [URGENT] My site Break down after install the plugin.

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1301
    10pixel
    Post count: 2

    Hi, Author.
    I’ve bought Hide My WP plugin from Envato. But i’m having trouble with it.
    After install the Hide My WP 4.0 beta plugin, it break my entire site
    I couldn’t connect to my site at all. so then i deleted .htaccess file and plugin folder.
    Now, i can access to admin page.

    Then, i’m trying to install HMWP again, I copied HMWP to plugin folder. then i tried to access admin page, but i saw 500 error again.

    So.. maybe seems to be disable the plugin first. How can i deactivate plugin even I can’t access admin page.

    I need your help.

    #1302
    10pixel
    Post count: 2

    In case, here’s the information.
    .htaccess file.

    PHP_FLAG register_globals ON
    PHP_VALUE mysql.default_charset UTF8

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

    # END WordPress

    #1303
    10pixel
    Post count: 2

    PHP_FLAG register_globals ON
    PHP_VALUE mysql.default_charset UTF8

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^modules/aa405a34/(.*) /wp-content/plugins/akismet/$1 [QSA,L]
    RewriteRule ^modules/7260577b/(.*) /wp-content/plugins/custom-scrollbar-wordpress/$1 [QSA,L]
    RewriteRule ^modules/298780d6/(.*) /wp-content/plugins/dpProEventCalendar/$1 [QSA,L]
    RewriteRule ^modules/03f0cb4a/(.*) /wp-content/plugins/hmmm/$1 [QSA,L]
    RewriteRule ^modules/0a2812cf/(.*) /wp-content/plugins/lobo-portfolio/$1 [QSA,L]
    RewriteRule ^modules/c61065d0/(.*) /wp-content/plugins/lobo-shortcodes/$1 [QSA,L]
    RewriteRule ^modules/80b7f792/(.*) /wp-content/plugins/oauth-twitter-feed-for-developers/$1 [QSA,L]
    RewriteRule ^modules/966d5f1f/(.*) /wp-content/plugins/woocommerce/$1 [QSA,L]
    RewriteRule ^modules/5bb3512d/(.*) /wp-content/plugins/wordpress-importer/$1 [QSA,L]
    RewriteRule ^modules/b31275b0/(.*) /wp-content/plugins/wp-mail-smtp/$1 [QSA,L]
    RewriteRule ^modules/21213b02/(.*) /wp-content/plugins/wp-content-copy-protection/$1 [QSA,L]
    RewriteRule ^modules/c768d222/(.*) /wp-content/plugins/wp-content-copy-protector/$1 [QSA,L]
    RewriteRule ^lib/(.*) /wp-includes/$1 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1 [QSA,L]
    RewriteRule ^modules/(.*) /wp-content/plugins/$1 [QSA,L]
    RewriteRule ^template/main\.css //index.php?style_wrapper=1 [QSA,L]
    RewriteRule ^template/(.*) /wp-content/themes/hmmm/$1 [QSA,L]
    RewriteRule ^do_ajax\.php /wp-admin/admin-ajax.php [QSA,L]
    RewriteRule ^user_submit\.php /wp-comments-post.php?hide_my_wp=1234 [QSA,L]
    RewriteRule ^wp-content/themes/hmmm/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404 [QSA,L]
    RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9-_/]*))|(wp-admin/(?!network/)([A-Za-z0-9-_/]+)))(\.txt|/)$ /nothing_404_404 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

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

You must be logged in to reply to this topic.