为什么Symfony 3无法打开_wdt / wdt网址?

时间:2016-07-18 10:56:45

标签: symfony

我已经安装了Symfony 3并根据文档http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html配置了nginx。我打开app_dev.php并且Symfony向/ _wdt发送ajax请求,但是得到404错误。 我检查了路线:

  Name                       Method   Scheme   Host   Path
 -------------------------- -------- -------- ------ -----------------------------------
  _wdt                       ANY      ANY      ANY    /_wdt/{token}
  _profiler_home             ANY      ANY      ANY    /_profiler/
  _profiler_search           ANY      ANY      ANY    /_profiler/search
  _profiler_search_bar       ANY      ANY      ANY    /_profiler/search_bar
  _profiler_info             ANY      ANY      ANY    /_profiler/info/{about}
  _profiler_phpinfo          ANY      ANY      ANY    /_profiler/phpinfo
  _profiler_search_results   ANY      ANY      ANY    /_profiler/{token}/search/results
  _profiler                  ANY      ANY      ANY    /_profiler/{token}
  _profiler_router           ANY      ANY      ANY    /_profiler/{token}/router
  _profiler_exception        ANY      ANY      ANY    /_profiler/{token}/exception
  _profiler_exception_css    ANY      ANY      ANY    /_profiler/{token}/exception.css
  _twig_error_test           ANY      ANY      ANY    /_error/{code}.{_format}
  homepage                   ANY      ANY      ANY    /
 -------------------------- -------- -------- ------ -----------------------------------

存在_wdt路线。为什么它不起作用?

1 个答案:

答案 0 :(得分:0)

要验证您需要使用的{token},请首先浏览您的app_dev.php网址。在我的示例中,我的Web主机是“192.168.0.100”:

http://192.168.0.100/app_dev.php/

在FireFox中(其他浏览器将使用不同的命令)右键单击页面并选择“Inspect Element”,然后单击“Network”选项卡并刷新页面。

你应该看到类似的东西: GET XHR http://192.168.40.200/app_dev.php/_wdt/d8013c

然后,这是您可以在浏览器中输入的路线,例如在上面的示例中输入:

http://192.168.40.200/app_dev.php/_wdt/d8013c