Home Forums WordPress Plugins Hide My WP On activating, CSS and JS breaks

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #188
    nemeth
    Post count: 7

    Hi there,

    As soon as I activate HMWP the css/js seems to break altogether. Any suggestions why this is happening?

    I have tested different options in the HMWP and still no joy.

    #189
    nemeth
    Post count: 7
    This reply has been marked as private.
    #192
    nemeth
    Post count: 7
    This reply has been marked as private.
    #198
    Hassan
    Post count: 955

    Well, your htaccess code is fully customized by multiple plugins. One of them is Better WP security that we have no problem with it but you should disable common features like hiding wp-login and wp-admin (See FAQ for more).

    After disabling common features try removing this part of the code (That was repeated):

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    If it didn’t help please install WP htaccess editor plugin and provide login details for more tests.

    • This reply was modified 10 years, 6 months ago by Hassan.
    #200
    nemeth
    Post count: 7

    All is working now thanks to your suggestions. It takes a bit of tinkering, but my, what a powerful plugin. This is seriously the best wordpress plugin I have ever used….ever!

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.