Simpla CMS: 301 Redirect добавляем слеш на конце URL

В .htaccess после «RewriteEngine on» добавить:

RewriteCond %{REQUEST_URI} !\?
RewriteCond %{REQUEST_URI} !\&
RewriteCond %{REQUEST_URI} !\=
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_URI} !\/$
RewriteRule ^(.*[^\/])$ /$1/ [R=301,L]
Поделиться
Отправить
 120   2018   htaccess   simplacms
Популярное