There was an old site and all your URLs have changed.
A URL that was well found on Google was:
Yourdomain.com/datacenters
Now I want to redirect this URL to:
mydomain.com/data-centers
In htaccess I did:
redirect 301 /datacenters /data-centers
But it will not, what am I doing wrong?