Hi guys,
I'd like to retrieve the current page path alias without the installation's folder arguments. I'm using:
drupal_get_path_alias(request_uri())
But this returns installation/whatever/actual/path and I want to retrieve the actual/path only no matter what installation/whatever is.
Thanks in advance :)