How to set a Visualforce page URL that is different from a file name?
At the moment my VF page URLs are the same as the file names:
MyPage.page URL will be /apex/MyPage
How to leave file name as is (for example MyPage.page) but change the URL to different one (for example /apex/YourPage)