I want to make a redirect 301 from an old ulr to a new url.
old url: /php/zend-framework/captcha-codigo-anti-spam-zend-framework
/php/zend-framework/captcha-codigo-anti-spam-zend-framework
new url: http
http
RewriteRule ^bad_url$ good_url [R=301,L]
Thx ! works for me