RewriteCond %{QUERY_STRING} (^|&)tmpl=(component|system) [NC]
RewriteCond %{QUERY_STRING} (^|&)tmpl=(component|system|cart) [NC]
dziudek wrote:In my opinion your problem is connected with this rules:
- Code: Select all
RewriteCond %{QUERY_STRING} (^|&)tmpl=(component|system) [NC]
Please try to change it to:
- Code: Select all
RewriteCond %{QUERY_STRING} (^|&)tmpl=(component|system|cart) [NC]