RewriteCond %{REQUEST_URI} ^/catalog/?$ [NC]
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(.*)$ index.php?_route_=product/category&path=1&%1 [L]
define('DIR_APPLICATION', '.........../catalog+++/');
define('DIR_CATALOG','.........../catalog+++/');