mod rewrite - How to redirect from magento site to wordpress blog using .htaccess? -


i have magento main site , wordpress in blog folder.

i want redirect blog when types

http://www.example.com/blog/ 

however not redirecting blog. tried om magento's .htaccess (root) ...

rewriteengine on rewriterule ^blog/(.*)$ http://example.com/blog/$1 [l,r=301] 

please if wrong.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -