[ISAPI_Rewrite] # Some hostings require UriMatchPrefix and UriFormatPrefix to be uncommented # Example: # Your store url is http://www.yourcompany.com/store/cart # So UriMatchPrefix and UriFormatPrefix should be: # UriMatchPrefix /store # UriFormatPrefix /store #UriMatchPrefix / #UriFormatPrefix / RewriteRule /catalog/(.*)? /catalog/$1 [L] RewriteRule /addons/(.*) /addons/$1 [L] RewriteRule /lib/(.*) /lib/$1 [L] RewriteRule /js/(.*) /js/$1 [L] RewriteRule /skins/(.*) /skins/$1 [L] RewriteRule /install/(.*) /install/$1 [L] RewriteRule /payments/(.*) /payments/$1 [L] RewriteRule /images/(.*) /images/$1 [L] RewriteRule /index\.php(.*) /index.php$1 [L] RewriteRule /admin\.php(.*) /admin.php$1 [L] RewriteRule (.*?)(\?(.*))? /index.php?sef_rewrite=1&$3 [L]