url rewriting - How to redirect my blog to another url in magento 1.9 -
i have redirected blog blog/my-blog-post blog/post/my-blog-post , gives me 404 error in magento 1.9.
you can htaccessin simple way. add below code in htaccess @ bottom:
redirect 301 /blog/my-blog-post http://www.domainname.com/blog/post/my-blog-post
Comments
Post a Comment