Forum Replies Created

Viewing 8 posts - 616 through 623 (of 623 total)
  • Author
    Posts
  • in reply to: No one can know WordPress #46
    Hassan
    Post 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.

    in reply to: Webpage doesn't seem to load .css files #45
    Hassan
    Post count: 955

    Hi 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.

    in reply to: This plugin just crashes my site #44
    Hassan
    Post count: 955

    Sorry, but I also request for a WP test account it’s more essential than FTP.

    in reply to: Plugin doesn't work due to htaccess file #43
    Hassan
    Post count: 955

    Hello 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]

    in reply to: Webpage doesn't seem to load .css files #32
    Hassan
    Post count: 955

    Glad 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.

    in reply to: Webpage doesn't seem to load .css files #30
    Hassan
    Post count: 955

    Hi,

    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 🙂

    in reply to: This plugin just crashes my site #26
    Hassan
    Post count: 955

    Hi 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:

    WP Htaccess Editor

    PS:
    Use check box to make your reply private.

    • This reply was modified 10 years, 6 months ago by Hassan.
    • This reply was modified 10 years, 6 months ago by Hassan.
    in reply to: Test Topic #16
    Hassan
    Post count: 955

    Test Reply

Viewing 8 posts - 616 through 623 (of 623 total)