Hi! Is There Anyway To Change Wordpress URL Structure? Like: I've This URL ( http://localhost/wordpress/?page_id=2 ) But! I Want ( http://localhost/wordpress/page2/ ) Please Friends Guide Me!
Yes but the best way is to define permalinks inside your settings. Unders Settings > Permalinks you will see "Common Settings". Inside the field "Custom Structure" put the following /%postname%/. This will then create pretty urls for you, much better than /page2/ If you wanted to make you urls like http://localhost/wordpress/page2/ based on the id's, then you would use a .htaccess file for that using mod rewrite.
Craig is Right on...use the /%postname%/ structure in the settings then after you write a post or page, you will be able to edit the URL into anything you wish