.. include:: /Includes.rst.txt .. _typo3-core-normalizedurl: =============================================== normalizedUrl ViewHelper `` =============================================== Normalizes a path that uses EXT: syntax or an absolute URL to an absolute web path Examples ======== Url:: Output:: https://foo.bar/img.jpg Path:: Output:: /typo3/sysext/core/Resources/Public/Images/typo3_black.svg .. _typo3-core-normalizedurl_arguments: Arguments ========= .. _normalizedurl_pathorurl: pathOrUrl --------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Absolute path to file using EXT: syntax or URL.