вот такой хтаксес
Код |
AddType image/x-icon .ico Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.domain\.com\.ua$ [NC] RewriteRule ^(.*)$ http://domain.com.ua/$1 [L,R=301] # RewriteCond %{REQUEST_URI} ^tags/(.*)$ [NC] # RewriteRule ^(.*[^/])$ http://domain.com.ua/$1/ [R=301,L] # RewriteRule ^(.*[^/])$ $1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 |
Код |
http://wwwomen.com.ua/tags/auto/ |
Код |
http://wwwomen.com.ua/tags/auto |
Код |
RewriteRule ^tags/([^/]+)/$ /tags/$1 [R=301,L] |
http://www.site.ru/contacts/
http://www.site.ru/contacts