Home › Forums › WordPress Plugins › Hide My WP › 500 error
- This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago by loookashow.
-
AuthorPosts
-
June 29, 2015 at 7:43 am #3169loookashowPost 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,
AlexanderJune 29, 2015 at 12:26 pm #3173loookashowPost count: 6Also 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
June 29, 2015 at 7:54 pm #3181Suman M.Post count: 12478Hi, 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.
June 30, 2015 at 6:51 am #3205loookashowPost count: 6This reply has been marked as private.June 30, 2015 at 4:10 pm #3221Suman M.Post count: 12478I logged into FTP, but I cannot see the site, the wordpress installation?
June 30, 2015 at 4:20 pm #3222loookashowPost count: 6This reply has been marked as private.July 1, 2015 at 3:17 pm #3261HassanPost count: 955I 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!
July 1, 2015 at 3:19 pm #3264HassanPost count: 955This reply has been marked as private.July 1, 2015 at 9:04 pm #3278loookashowPost count: 6Yes, 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)
-
AuthorPosts
You must be logged in to reply to this topic.