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

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -

Read video using VideoReader function in Matlab? -