Ver original<?php session_start(); if(!isset($_GET['dealer_id'])){ header("location: 404.php"); exit; } else {.... }