Friday, January 20, 2023
HomeWordPress Developmentpermalinks - Normal Htaccess directives disappear by themselves

permalinks – Normal Htaccess directives disappear by themselves


I’ve an odd situation on considered one of my web sites.
I am speaking about the usual, native, url directives put by wordpress, that simply plain disappear on occasion, which after all breaks my website.

Right here is the code :

# BEGIN WordPress
# Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées
# dynamiquement, et doivent être modifiées uniquement through les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress 

I’ve reinstalled WP a number of occasions, and I do not know what might be inflicting this.
Do you have got an thought ?

Thanks

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments