I know this is way off topic but maybe someone can help me.
I want to redirect all traffic from an old domain to my zen cart. I have it working...partly. I've got:
RewriteRule (.*) http://customcreationsunltd.com/shop/$1 [R=301,L]
which does redirect. But the problem is this, accessing a specific page at the old url, say file.htm redirects to http://customcreationsunltd.com/shop/file.htm but that file does no exist so I get a 404 error.
How can I get the redirect to redirect all traffic to index.php?
Thank you!!





