I want to redirect below urls using htaccess
http://abc.domain.com
to http://www.domain.com/pos
http://xyz.domain.com/weighing-scales.php
to http://www.domain.com/weighing
I tried using below directive in .htaccess file but it is not working. Kindly help
Redirect 301 http://abc.domain.com http://www.domain.com/pos
Redirect 301 http://xyz.domain.com/weighing-scales.php http://www.domain.com/weighing-scales
You can use the following :