windows 7, вот содержимое htaccess:
Options -Indexes
DirectoryIndex index.php index.html index.htm
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^Z:/home/chair-sale.ru/www.ru$ [NC]
RewriteRule ^(.*)$ Z:/home/chair-sale.ru/www/$1 [R=301,L]
#RewriteCond %{HTTP_HOST} !^$
#RewriteCond %{HTTP_HOST} !^www. [NC]
#RewriteCond %{HTTP_HOST} (.+)$
#RewriteRule ^(.*) Z:/home/chair-sale.ru/www%1/$1 [L,R=301]
# Закрыть доступ к файлам шаблонов
<FilesMatch ".tpl">
Order deny,allow
Deny from all
</FilesMatch>
# Необходимо для ЧПУ.
RewriteRule ^catalog/?$ index.php?route=product/category&path=35 [L,QSA]
RewriteRule ^catalog/([^/]+)?$ index.php?route=product/product&path=35&product_id=$1 [L,QSA]
RewriteRule ^news/?$ index.php?route=information/news [L,QSA]
RewriteRule ^news/([^/]+)?$ index.php?route=information/news&news_id=$1 [L,QSA]
RewriteRule ^contacts/?$ index.php?route=information/contact [L,QSA]
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ index.php?_route_=$1 [L,QSA]