-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug URL links lead to app.php, not app_dev.php #540
Comments
I'm also facing a similar problem. My project don't runs under localhost, it runs under localhost/myproject So I always receives an 404 when I click on a debug-url |
+1, thx |
Haehnchen
added a commit
that referenced
this issue
Oct 3, 2016
Haehnchen
added a commit
that referenced
this issue
Oct 3, 2016
Haehnchen
added a commit
that referenced
this issue
Oct 3, 2016
fixed by profiler refactoring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The links that appear in Debug-Url section of Symfony2 Profiler status bar (http://take.ms/NnkKG) are missing app_dev.php part thus leading to prod-environment where profiler is disabled.
For example, where link should lead to: localhost/app_dev.php/_profiler/355651, it is actually leading to localhost/_profiler/355651.
The text was updated successfully, but these errors were encountered: