forked from ZwiiCMS-Team/ZwiiCMS
Htaccess avec anti slash dans tous les cas
This commit is contained in:
parent
96b12bf0d4
commit
b86f7fbd4a
@ -39,8 +39,10 @@ Options -Indexes
|
|||||||
RewriteRule ^ %1 [R=301,L]
|
RewriteRule ^ %1 [R=301,L]
|
||||||
|
|
||||||
# ne pas supprimer la ligne URL rewriting !
|
# ne pas supprimer la ligne URL rewriting !
|
||||||
|
|
||||||
# URL rewriting
|
# URL rewriting
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -524,12 +524,6 @@ class config extends common
|
|||||||
// Ajout des lignes dans le .htaccess
|
// Ajout des lignes dans le .htaccess
|
||||||
$fileContent = file_get_contents('.htaccess');
|
$fileContent = file_get_contents('.htaccess');
|
||||||
$rewriteData = PHP_EOL .
|
$rewriteData = PHP_EOL .
|
||||||
' # Enlever le slash final des URL' . PHP_EOL .
|
|
||||||
'RewriteCond %{REQUEST_FILENAME} !-f' . PHP_EOL .
|
|
||||||
'RewriteCond %{REQUEST_FILENAME} !-d' . PHP_EOL .
|
|
||||||
'RewriteCond %{REQUEST_URI} ^(.+)/$' . PHP_EOL .
|
|
||||||
'RewriteRule ^ %1 [R=301,L]' . PHP_EOL .
|
|
||||||
PHP_EOL .
|
|
||||||
'# URL rewriting' . PHP_EOL .
|
'# URL rewriting' . PHP_EOL .
|
||||||
'<IfModule mod_rewrite.c>' . PHP_EOL .
|
'<IfModule mod_rewrite.c>' . PHP_EOL .
|
||||||
"\tRewriteEngine on" . PHP_EOL .
|
"\tRewriteEngine on" . PHP_EOL .
|
||||||
|
Loading…
Reference in New Issue
Block a user