Home Forums WordPress Plugins Hide My WP Plugin doesn't work due to htaccess file

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33

    I got a error message below:
    It seems there is no writable htaccess file in your WP directory. In order to get all features of this plugin please change permission of your htaccess file.

    however, I’ve changed the permission of htaccess files to 777. It content is:
    How could I fix the problem?
    Thanks

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

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

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

You must be logged in to reply to this topic.