Totally Zenned
- Join Date:
- Jan 2011
- Location:
- Adelaide, Australia
- Posts:
- 1,684
- Plugin Contributions:
- 0
redirect pages using .htaccess
I moved my store from root to a folder /store/ and need to redirect some pages using .htaccess (they have backlinks to them) - example;
/index.php?main_page=index&cPath=11 redirect to /store/index.php?main_page=index&cPath=11
I have tried a few rewrite rules and formats to no avail.
What is the correct rewrite rule and format for .htaccess? (I assume the .htaccess file with redirects should reside in the root, not in the /store/ directory)
cheers,
Mike