我有网址,例如
http://localhost/test/web/app_dev.php/
http://localhost/test/web/app_dev.php/profile/change-password
http://localhost/test/web/app_dev.php/member/form/test
我想获得这些网址的绝对路径
我经常使用图像或资产的绝对路径,例如
{{ asset('bundles/acmedemo/images/title_contact.gif') }}
但这些 URL 不在某个捆绑目录下。我应该使用什么方式为这些 URL 创建绝对路径?