Error 404
Not Found
- IP
-
20.171.207.249
- Profiled on
- Token
- 16f41c
Dumped Contents
In
CatalogController.php
line 85:
//check template exist
$template_hook = $c_serv->check_template_hook($path);
dump('hook: ' . $template_hook);
if ($template_hook) {
//redirect trailing slash
if (substr($path, -1) != '/') return $this->redirectToRoute('store_seo', ['path' => $path . '/'], 301);
"hook: "
In
ContentService.php
line 129:
if (!$content) {
/** @var OldUrl $old_url */
dump($path);
$old_url = $old_url_repo->findOneBy(['value' => $path]);
if (!$old_url) {
/** @var OldSlug $old_slug */
"/robots.txt"