I have an url like this: http://www.mysite.com/myview?arg1=3&arg2=4.
It points to a view.
I would like , for a specific compination of arguments, a shorter url alias
something like http://www.mysite.com/myalias that point to the same page.
I did try to add an url alias on drupal cms by here admin/config/search/path/add or by htaccess, but I think I think to do that I need the "real" url of the view (the one that doesn't use Path auto, I guess)
Does someone know how to retrieve it? or anyway does anyone know how to solve this issue?
thanks a lot!