Forum Replies Created
-
AuthorPosts
-
loookashowPost 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)
July 1, 2015 at 1:57 pm in reply to: Unable to activate plugin: Parse error hide-my-wp.php on line 1048 #3257loookashowPost count: 6you’re welcome!
July 1, 2015 at 11:43 am in reply to: Unable to activate plugin: Parse error hide-my-wp.php on line 1048 #3247loookashowPost count: 6I’m not author, but try to use PHP 5.3. I suppose you are using 5.2 or older.
loookashowPost count: 6This reply has been marked as private.loookashowPost count: 6This reply has been marked as private.loookashowPost 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
-
AuthorPosts