I'm having trouble with a redirect that I thought should be pretty simple.
Here's what I have:
redirect 301 /datatools.php https://www.newsite.com/?p=1613
However, when I type www.oldsite.com/datatools.php
, it keeps taking me to www.newsitecom/datatools.php
instead of the URL that I listed in the redirect.