Forum Replies Created

Viewing 15 posts - 9,031 through 9,045 (of 9,718 total)
  • Author
    Posts
  • in reply to: Login Loop #3606
    Suman M.
    Post count: 12480

    Hi, did you update to ver 4.51? Can you please let us know your website backend details (as private reply) so that we can have a look at the issue further.

    • This reply was modified 9 years, 8 months ago by Suman M..
    in reply to: General Settings #3605
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    Suman M.
    Post count: 12480

    Hi, it seems like you have changed File Upload Path in HMWP but the corresponding rewrite rules aren’t added in config file. If you are using WP single site and Apache server then the rules should be added automatically to htaccess file. If you are using WP multisite and/or Nginx server then you’ll need to add those rules manually in htaccess/config file.

    Please, follow the detailed documentation available within downloaded HMWP plugin folder.

    in reply to: Problem installing #3603
    Suman M.
    Post count: 12480

    Hi, did you try renaming wp-admin path in HMWP? If so then make sure you make these changes. In wp-config.php you need to add following line before require_once(…):

    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:

    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    If it’s still the issue then please let us know your wp-admin login details and FTP details so that we can fix it for you. Also, renaming wp-admin feature is in Beta state (marked *).

    in reply to: PHP Warning on 'mute-screamer.php' #3601
    Suman M.
    Post count: 12480

    Hi, we’ll look into this. Can you please let us know which version of HMWP you are using?

    in reply to: Reset HMWP #3591
    Suman M.
    Post count: 12480

    Hi, I’ve forwarded this ticket to Sr. Support. He shall get back to you soon.

    in reply to: General Settings #3589
    Suman M.
    Post count: 12480

    I can help you with text replacement in page source once the underconstruction page is removed.

    If you try to access www/yourdomain.com/wp-admin/ then it should redirect to 404 page or main site (if there’s no 404 page or 404 errors are redirected to homepage)

    in reply to: Intrusions in HMWP IDS Log #3587
    Suman M.
    Post count: 12480

    Hi, I’ve assigned the topic to Sr. Support. He’ll get back to you soon. Meanwhile, I request you to use HMWP ver. 4.5

    in reply to: after activating error message in wp dashboard #3586
    Suman M.
    Post count: 12480

    Hi, the issue is in /themes/vivacity/functions.php file. Go to end of functions.php and remove ?> at the end. Let us know if you are still having the issue.

    in reply to: Error 404 – page not found #3574
    Suman M.
    Post count: 12480

    I’ve emptied the options category query and tag query. Now the category and tag URLs are working.

    in reply to: General Settings #3573
    Suman M.
    Post count: 12480

    We can help you with replacing the unwanted text from page source after under construction is removed. Yes we recommend using theme my login plugin to rename login URL.

    Regarding login issue, I successfully logged in previously with the URL you gave me http://www.realestatetests.com/wp-login.php?hide_my_wp=9129
    What exactly is the issue here? Are you not able to access the login page? I can still access login page with above URL. We can help you on this if we can reproduce the issue at our end.

    in reply to: General Settings #3565
    Suman M.
    Post count: 12480

    I checked the source code and all looks good. There are some HTML comments added by plugin/theme which we can replace using “replace in HTML” option in HMWP. Lots of “wp-admin” words are present as we are logged in as Admin. We should basically check the page source as normal user (without loggin in).

    You can enable option “avoid direct access to PHP”, but make sure that everything works fine after enabling it.

    in reply to: General Settings #3552
    Suman M.
    Post count: 12480

    It says Invalid username!

    in reply to: wp-admin is in beta, thanks for letting user know ! #3550
    Suman M.
    Post count: 12480

    From wp_options table delete rows with
    option_name = hide_my_wp
    option_name = hide_my_wp_undo

    Also remove lines added by HMWP from htaccess file (lines between RewriteRule ^index\.php$ – [L] and RewriteCond %{REQUEST_FILENAME} !-f), and the line added in wp-config file.

    • This reply was modified 9 years, 8 months ago by Suman M..
    in reply to: General Settings #3547
    Suman M.
    Post count: 12480

    Also your login URL please.

Viewing 15 posts - 9,031 through 9,045 (of 9,718 total)