htaccess alert after migration

Tagged: 

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by Bryle Crodua.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #273325
    lupescoto
    Participant

    Hello,
    after I migrated my site from one subfolder to the main subfolder, this alert has appeared, and I really don’t know what should I do or if it is interfering with the site anyhow..

    “It hasn’t been possible to write customized rules in your .htaccess. ¿Is this file writable?
    Modifications are not being aplied.”

    thanks for help

    #273326
    lupescoto
    Participant

    By the way this is the htacess file:

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

    # END WordPress

    # Wordfence WAF
    <Files “.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF

    #273550
    Bryle Crodua
    Moderator

    Hi,

    I have replied to the support ticket that you sent using the other form.

    Regards,
    Byle

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘htaccess alert after migration’ is closed to new replies.