I have a htaccess tag, it renames and gives hello name to the v.php file, leaving:
www.example.com/hola
So, I want to delete this " v.php ", by its name hello (written by htaccess)
$e = __DIR__ . "/hola";
$result = unlink($...
asked by
08.07.2018 / 22:14