I want to redirect users trying to access http://example.com/car/ to http://example.com/car/blue/ in .htaccess
I have tried the following which I thought would work:
Redirect 301 "/car/" http://www.example.com/car/blue/
Redirect 301 /car/ http://www.example.com/car/blue/
Non of them work. What am I doing wrong?
If you have mod_rewrite enabled try: