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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -