Hide My WP plugin / software & BP
-
I am testing some new software on a demo site before we implement on our live one.
The software: https://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158There is some code i need to add to htaccess.
” Add these lines right before: RewriteCond REQUEST_FILENAME} !-f. Next you may want to change htaccess permission to read-only (e.g. 666)’ “
Which custom code box does this go into?
…..
# BEGIN Hide My WPRewriteRule ^lib/(.*) /pns-home/wp-includes/$1?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^file/(.*) /pns-home/wp-content/uploads/$1?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^modules/(.*) /pns-home/wp-content/plugins/$1?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^axiom/main\.css /pns-home/?style_wrapper=1&qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^axiom/style.css /pns-home/nothing_404_404?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^axiom/(.*) /pns-home/wp-content/themes/specular/$1?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^ajax /pns-home/wp-admin/admin-ajax.php?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^inc/(.*) /wp-content/$1?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /pns-home/nothing_404_404?qTw_axiom-secure=1234 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /pns-home/nothing_404_404?qTw_axiom-secure=1234 [QSA,L]# END Hide My WP
……………………………………….
‘In rare cases you need to configure it manually.
If you use BulletProof Security plugin first secure htaccess file using it and then add below lines to your htaccess file using FTP.
You may need to re-configure server whenever you change settings or activate a new theme or plugin.
Add these lines right before: RewriteCond REQUEST_FILENAME} !-f. Next you may want to change htaccess permission to read-only (e.g. 666)’
- The topic ‘Hide My WP plugin / software & BP’ is closed to new replies.