The path is Ok.
My .htaccess in root /
RewriteEngine On
# Change "folder" to your catalog directory name
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING
php_flag register_globals on
RedirectMatch permanent ^/tienda/$ http://www.microfiel.com/
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 200.44.195.92
-------------------
In /googlesitemap/ do not have .htaccess update
Thanks