How to change the URL of sub menu page?
As per the requirement in the comments, one way to do that rewrite is with .htaccess. This may be possible with WordPress rewrite functions too, but I find .htaccess easier as there are some constraints with the WordPress functions. If your WordPress installation is at http://localhost/wordpress then your .htaccess should be in the wordpress directory. … Read more