SyntaxFix
Write A Post
Hire A Developer
Questions
Just a tip: using http_response_code is much easier to remember than writing the full header:
http_response_code(301); header('Location: /option-a'); exit;