Joomla 1.6 - как убрать слэш из url

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Доступная цена

Joomla 1.6 - как убрать слэш из url

Ниже код для .htaccess с Rewrite правилами - который убирает слэш из url сайта на Joomla (добавить в самый вверх):

RewriteCond %{REQUEST_URI} !^/administrator/$
RewriteCond %{REQUEST_URI} !\?
RewriteCond %{REQUEST_URI} !\&
RewriteCond %{REQUEST_URI} !\=
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_URI} ![^\/]$
RewriteRule ^(.*)\/$ /$1 [R=301,L]

Тестировалось на Joomla 1.6


То есть превращаем ссылку:

http://site.net/hosting/

на

http://site.net/hosting