Problème Slash URL Rewriting
Résolu/Fermé
A voir également:
- Problème Slash URL Rewriting
- Lien url - Guide
- Slash droit ✓ - Forum Autres distributions Linux
- Slash inversé ✓ - Forum Programmation
- Slash à l'envers ✓ - Forum Clavier
- Le signe " | " dans excel - Forum Excel
3 réponses
jjsteing
Messages postés
1670
Date d'inscription
vendredi 11 mai 2007
Statut
Contributeur
Dernière intervention
21 mai 2012
181
1 nov. 2010 à 12:26
1 nov. 2010 à 12:26
Bonjour...
Si ca peut t aider :
# corrige le problème des slashs manquants en fin d'URL
RewriteCond %{REQUEST_URI} (/[^.]+)[^/]$
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI}/ [R=301,L]
Si ca peut t aider :
# corrige le problème des slashs manquants en fin d'URL
RewriteCond %{REQUEST_URI} (/[^.]+)[^/]$
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI}/ [R=301,L]
14 déc. 2010 à 23:15