Forum Replies Created

Viewing 15 posts - 571 through 585 (of 623 total)
  • Author
    Posts
  • in reply to: Why the hide_my_wp directory is accessible ? #193
    Hassan
    Post count: 955

    Sorry for delay,

    I in rare cases a plugin may need to directly request files in its folder. In these cases above rule will block access.

    Therefore, if you experience problem it’s better to use this one:
    wp-content/plugins/hide_my_wp/==nothing_404_404

    Yes, I’m going to add it (the second rule) to future version. You can hide any other folder with same method.

    in reply to: Why the hide_my_wp directory is accessible ? #175
    Hassan
    Post count: 955

    Smart 🙂

    Simply add this rule to your Replace URLs field:

    wp-content/plugins/==nothing_404_404

    Try here again

    in reply to: Totally breaks my website #174
    Hassan
    Post count: 955

    I saw it. You’re correct there’s a problem with htaccess.

    I need FTP access to see and edit htaccess file. If you can’t provide it for any reason please install WP Htaccess Editor plugin.

    in reply to: I have got big problem with Hide My WP #171
    Hassan
    Post count: 955

    First deactivate HMWP to make sure it was caused by HMWP.

    Deactivating HMPW revert everything back if not it means the problem is not related to it.

    Conversely, deactivating BWS doesn’t revert everything back and you probably need a fresh install. I suggest to take a backup using WP default export option and remember other important data. Then install a new fresh WP.

    Hassan
    Post count: 955

    Thanks for your suggestion!

    In fact, it was already implemented for manual, Nginx and multi-site rules but single, Apache rules are added automatically by WordPress and we have no control over it.

    in reply to: Problem with buddypress members #167
    Hassan
    Post count: 955

    It was fixed now! I also updated your version to 2.11 🙂

    in reply to: Problem with buddypress members #163
    Hassan
    Post count: 955

    Thanks for registering in our forum!

    Please provide debug report (from start tab). If it couldn’t help I also may need login details.

    PS: You can send them as a ‘private reply’.

    in reply to: htaccess redirects work, but html remains unchanged #161
    Hassan
    Post count: 955

    Glad to hear it.

    Yes, this works for all updates.

    CodeCanyon usually sends update notification to buyers.

    in reply to: Totally breaks my website #159
    Hassan
    Post count: 955

    OK, I’ll find it and take a look.

    in reply to: htaccess redirects work, but html remains unchanged #158
    Hassan
    Post count: 955

    Go to your downloads page in CodeCanyon account and download it. It’s free!

    To update there’s an answer in FAQ. It’s easy just deactivate and delete old version and install new version. You can also use Import/Export settings if you want.

    in reply to: Compress Page – Disable minfiy #157
    Hassan
    Post count: 955

    Hello,

    Unfortunately Minification is a complex operation and need a valid HTML code. Maybe that plugin is not valid or uses very new HTML5 APIs.

    You can try W3 Total Cach minify module, too. If the problem persists you can exclude map page from minification. [I think W3TC has that feature]

    If there are not so many comments in your HTML. You can also use Replace in HTML to manually remove them!

    in reply to: htaccess redirects work, but html remains unchanged #155
    Hassan
    Post count: 955

    Hello

    That’s because you use v2.1!

    As you may read in the forum there is a little problem that stop this version from working.

    Simply update plugin to v2.11 and it will work again 🙂

    in reply to: Breaking multisite #147
    Hassan
    Post count: 955

    It was fixed 🙂

    I just changed ‘files’ to ‘storage’ so no more conflict with new files folder in MS.
    I also removed www from favicon URL.

    in reply to: Not working with two factor authentication #146
    Hassan
    Post count: 955

    I don’t know why some customers want to enable all login plugins at once. Those actually don’t increase your security instead just bother you (and your users).

    I think the problem is Login Ninja, disable it and try again.

    If it doesn’t help this means one of those plugins uses a non-standard way for login address. Plugins should not use ‘wp-login.php’ directly in their source code they should use wp_login_url() function.

    HMWP doesn’t do so much in wp-login page. It only need wp_login_url and nothing more so you may need to manually change their source code.

    in reply to: Breaking multisite #144
    Hassan
    Post count: 955

    Thanks!

    It seems the WP login details is wrong. I just temporary locked 🙂

    Please check it out.

Viewing 15 posts - 571 through 585 (of 623 total)