<?php if(!isset ($_GET['s'])){ include("web/index-include.php"); }else if (file_exists("web/".$_GET['s'].".php")) { include("web/".$_GET['s'].".php"); }else{ ?>REDIRECCION EN JAVASCRIPT<?php } ?>