Hey
Recently I'm interested in post's structure of Wordpress.
They use a table named (wp_posts) and in this table they saved 3 related fields such as :
post_title
post_name
guid
It's clear that they save title of each story in post_title field , and slugs in post_name , and full url of a post in guild filed .
But where the hell, they rewrite these urls in way it appears in browsers :
There is no htaccess rules for this !
I checked rewrite.php and didn't understand an inch ?!
i need to create similar pages , what steps should i take !?