Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Symfony 2 之上开发一个网站,它以某种方式向 URL 添加了一个哈希。
网址
http://project.localhost/web
重定向到
http://project.localhost#.UhueaxvktbU
这适用于 prod 和 dev 环境。
我错过了什么?
提前致谢!