Home Forums WordPress Plugins Hide My WP 500 error

This topic is: resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3169
    loookashow
    Post count: 6

    Hi, I sent my question at @wpwave.com">info@wpwave.com but I think it would be better write here.

    So, I have bought Hide my WP plugin at CodeCanyon 24th June and I have a problem.

    I installed and activated the plugin with no problems but when I’m trying to import any setting by pre-made settings scheme I get 500 error at once for all site.

    For site’s recovery needs remove folder hide-my-wp from /plugins, recover .htaccess and SQL database from backup- only one way.

    .htaccess permission is 777, PHP v.5.3., rewrite_mod is on, I use Apache.

    Best regards,
    Alexander

    #3173
    loookashow
    Post count: 6

    Also I disabled all other plugins and theme that is installed and nothing changed. I’m supposing the problem is .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^other/(.*) /wp-includes/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ext/(.*) /wp-content/plugins/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/main\.css //index.php?style_wrapper=1 [QSA,L]
    RewriteRule ^skin/style.css /nothing_404_404?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/(.*) /wp-content/themes/enfold/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ajax /wp-admin/admin-ajax.php?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^inc/(.*) /wp-content/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^wp-content/themes/enfold/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?p_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?p_hide_my_wp=1234 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #3181
    Suman M.
    Post count: 12478

    Hi, can you please try changing this line

    RewriteRule ^skin/style.css /nothing_404_404?p_hide_my_wp=1234 [QSA,L]

    to this

    RewriteRule ^skin/style\.css /nothing_404_404?p_hide_my_wp=1234 [QSA,L]

    If it’s still the issue, then please let us know your site’s backend details and FTP details, as private reply, so that we can have a look at the issue.

    #3205
    loookashow
    Post count: 6
    This reply has been marked as private.
    #3221
    Suman M.
    Post count: 12478

    I logged into FTP, but I cannot see the site, the wordpress installation?

    #3222
    loookashow
    Post count: 6
    This reply has been marked as private.
    #3261
    Hassan
    Post count: 955

    I finally could solve the problem!

    It was due to using an older version of Apache. Update to v4.51 RC to solve the problem.

    I also noticed Simple XML (PHP module) is not available in your server. In order to have a better protection with IDS please request your host company to activate it for you!

    Let me know if you have any problem with new version!

    #3264
    Hassan
    Post count: 955
    This reply has been marked as private.
    #3278
    loookashow
    Post count: 6

    Yes, it’s ok!

    Thanks, you are the best, guys!

    I’ve enabled simple xml and have updated HMWP from 4.5 to 4.51.

    “It’s alive!” (C)

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

You must be logged in to reply to this topic.