Prueba con palabra queue

parent 5358adf3
...@@ -55,7 +55,7 @@ $kernel = $app->make(Kernel::class); ...@@ -55,7 +55,7 @@ $kernel = $app->make(Kernel::class);
*/ */
if (strpos($_SERVER['REQUEST_URI'],'index.php') !== FALSE ) if (strpos($_SERVER['REQUEST_URI'],'index.php') !== FALSE )
{ {
$new_uri = preg_replace('#index\.php\/?#', '', $_SERVER['REQUEST_URI']); $new_uri = preg_replace('#/queue/index\.php\/?#', '', $_SERVER['REQUEST_URI']);
header('Location: '.$new_uri, TRUE, 301); header('Location: '.$new_uri, TRUE, 301);
die(); die();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment