• Bonjour à tous,
    Je me décide à solliciter votre aide car je suis vraiment bloquer.
    depuis la dernière mise à jour de WordPress, je me retrouve avec une erreur 403. Celle-ci semble être du au fichier Htaccess.
    Mon souci est que même si je le supprime ou si je le modifies, WordPress en récré un autre. J’ai même modifié les droit et rien n’y fait, les droits sautent et j’ai un fichier Htaccess qui me fait planter la partie back office.

    Voila ce qu’il est écrit dans le fichier :

    <FilesMatch ".(py|exe|php)$">
     Order allow,deny
     Deny from all
    </FilesMatch>
    <FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php|wp-l0gin.php|wp-theme.php|wp-scripts.php|wp-editor.php)$">
     Order allow,deny
     Allow from all
    </FilesMatch>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Ce qui est dingue c’est que si je l’efface ou en remet un autre en 1 minutes il y aura celui-ci !
    J’ai bloqué les plugins et RIEN n’y fait
    J’ai bloqué le thème et RIEN n’y fait

    Est ce que mon site est piraté ?

    Merci beaucoup pour votre aide 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator threadi

    (@threadi)

    Maybe it’s the problematic translation, but what do you mean by “plugins blocked”? Have you deactivated all plugins as a test?

    By the way, there is also a general French support forum here: https://fr.wordpress.org/support/

    Thread Starter thierry8686

    (@thierry8686)

    Hello,
    Yes indeed, I deactivated everything (plugins and theme)
    Could it be a traducation problem ?

    Moderator threadi

    (@threadi)

    The translation problem only arises here in the English-speaking forum when you describe your request in French 🙂

    Does the 403 occur on every page you visit or does at least the start page work?

    The .htaccess file looks ok. Of course it is questionable if it is used by your hosting. I would recommend you to contact the support of your hosting.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fameux Htacces’ is closed to new replies.