I have a new site for an existing domain.
I want to redirect the old URLs to the new site, but the simple way of: Redirect 301 oldURL newURL isn't working.
I was told that there's a problem with the fact that the old URL contains index.php in it, and that I need a rewrite rule for it...
example for new/old URLs:
old: http://www.example.com/index.php?type=store&category=11&subcategory=15&item=67
new: http://www.example.com/64-white-
would appreciate help with the rule I need to insert to the HTACCESS
tnx ahead
Guy