Text me!
Have a question? Want to get started? Enter your number and someone on our team will send you an SMS.
// /d/index.php?token=abc123 $record = find_record_by_token($_GET['token']); if (!$record) { http_response_code(404); exit; }
location / { try_files $uri $uri/ /index.php?$query_string; }
// /d/index.php?token=abc123 $record = find_record_by_token($_GET['token']); if (!$record) { http_response_code(404); exit; }
location / { try_files $uri $uri/ /index.php?$query_string; }
Have a question? Want to get started? Enter your number and someone on our team will send you an SMS.