I'm hoping this is a fairly simple problem and that I'm just being daft.
I have a magento store with multiple stores, and obviously multiple domains pointed to it. We recently upgraded our site, and subsequently it broke a lot of old links, that were floating about the interwebs. So, long story short, I need to redirect old URL's to new ones in each domain, within one .htaccess file.
Here's the problem:
.htaccess
-domain1
-domain2
-domain3
within the .htaccess file I am trying to use RewriteRule to direct specific url's (including the root xxxxx.com)
I have a feeling I'm doing this all wrong, so if you could tell me what to change, or point me to someplace I can read up on RewriteRule I would greatly appreciate it.
my current RewriteRule is:
Options +followSymlinks RewriteEngine on RewriteRule http://www.domain.net/old-file.html http://www.domain.net/new-file.html
Right now, nothing happens, and the page just goes to the standard 404 page.
Thanks, and Best Regards,
Sam

New Topic/Question
Reply


MultiQuote





|