Forum Replies Created
-
AuthorPosts
-
HassanPost count: 955
Hi-
For the first issue just choose ‘Full Page’ as replace mode.
For the second add below to the top of your htaccess file (Right after RewriteEngine On):
RewriteCond %{HTTP_USER_AGENT} 2ip\.ru
RewriteCond %{REQUEST_URI} !^/nothing_404_404/
RewriteRule .* /nothing_404_404/ [R]Please also note those sites usually uses a cache system so you may need wait for few weeks to see the result.
HassanPost count: 955Hi Again,
I just checked it out. It seems you have problem with htaccess. I disabled HMWP but there was still problem with pages. This means another plugin made a change in your WP.
Check your htaccess file and disable all other plugins.
If you could provide FTP account I can also do it for you.
HassanPost count: 955Sorry, but I also request for a WP test account it’s more essential than FTP.
HassanPost count: 955Hello Hrabal,
Maybe htaccess location is wrong (check it!). Another possibility is different owner of the file in Linux. It depends on your server’s configuration and user access.
Anyway if the problem persist you can configure it manually just go to following URL:
http://domain.com/wp-admin/options-general.php?page=hide_my_wp&single_config=1
(i.e. Add &single_config=1 to the end of HMWP page)Choose start tab, copy the content of manual configuration field and paste it after following line in your htaccess file: RewriteRule ^index\.php$ – [L]
HassanPost count: 955Glad to hear it works!
Maybe you have another page with ‘page’ slug or another plugin uses it for its own URLs.
Please also note that ‘page’ slug and ‘paged’ slug (i.e. previous and next pages) should be different.
HassanPost count: 955Hi,
It is new style ‘name’ not new style path so you should enter ‘main.css’ for it and not ‘template/main.css’ !
PS:
You can always check private option to make replies private here 🙂HassanPost count: 955Hi Again,
Thanks for creating the topic! I also request for details (URL + test account). If you still can’t login:
- Use your FTP program or a file manager to rename the plugin folder (wp-content/hide-my-wp) to something else
- Rename the htaccess file to something else, too
Now you can login and create a test account. I also need to see and edit your htaccess and it need FTP access. If you’re not comfortable with providing it, please attache old htaccess file and install this plugin:
PS:
Use check box to make your reply private.HassanPost count: 955Test Reply
-
AuthorPosts