I've looked through the postings and I'm sure my problem is simple but cannot find an answer.
I set up .htaccess with the following rewrite rule:
RewriteRule ^mukilteo.*$ roofers-mukilteo.php
That works fine and redirects with no problem. Then I add a redirect flag:
RewriteRule ^mukilteo.*$ roofers-mukilteo.php [R]
This breaks the redirect and returns a url that includes the HTTP_HOST followed by the apache path to the file
Can anyone help?