Problème de redirection permanente pour mon site web
HibouJovial
Messages postés
1
Date d'inscription
samedi 7 septembre 2024
Statut
Membre
Dernière intervention
9 septembre 2024
-
Modifié le 8 sept. 2024 à 11:30
thev Messages postés 1889 Date d'inscription lundi 7 avril 2008 Statut Membre Dernière intervention 25 novembre 2024 - 8 sept. 2024 à 10:36
thev Messages postés 1889 Date d'inscription lundi 7 avril 2008 Statut Membre Dernière intervention 25 novembre 2024 - 8 sept. 2024 à 10:36
A voir également:
- Problème de redirection permanente pour mon site web
- Site de telechargement - Accueil - Outils
- Site pour vendre des objets d'occasion - Guide
- Site comme coco - Accueil - Réseaux sociaux
- Web office - Guide
- Création site web - Guide
1 réponse
thev
Messages postés
1889
Date d'inscription
lundi 7 avril 2008
Statut
Membre
Dernière intervention
25 novembre 2024
691
8 sept. 2024 à 10:36
8 sept. 2024 à 10:36
Bonjour,
D'après le .htaccess fourni par Joomla V5, je prendrai le choix1
## Mod_rewrite in use. RewriteEngine On ## Begin - Rewrite rules to block out some common exploits. # If you experience problems on your site then comment out the operations listed # below by adding a # to the beginning of the line. # This attempts to block the most common type of exploit `attempts` on Joomla! # # Block any script trying to base64_encode data within the URL. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] # Block any script that includes a <script> tag in URL. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] # Block any script trying to set a PHP GLOBALS variable via URL. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block any script trying to modify a _REQUEST variable via URL. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Return 403 Forbidden header and show the content of the root home page RewriteRule .* index.php [F] # ## End - Rewrite rules to block out some common exploits. ## Begin - Custom redirects # # If you need to redirect some pages, or set a canonical non-www to # www redirect (or vice versa), place that code here. Ensure those # redirects use the correct RewriteRule syntax and the [R=301,L] flags. # ## End - Custom redirects
Par ailleurs, possédant un site Joomla V5 , je n'ai pas besoin de cette instruction chez mon hébergeur, cette redirection étant effectuée automatiquement. Donc vérifiez que c'est bien nécessaire.