mr_zhang Posted December 12, 2006 Share Posted December 12, 2006 Hi guys,I'm impress with the URL system of WordPress. It has no real URL/files, all url are in DB. e.g. the:- http://www.domain.com/blog/category/post1.php- http://www.domain.com/blog/category2/post3.phpwhile there are no "category" and "category2" folders. There are also no "post1.php" and "post3.php" files. All stored in DB.Do you guys know how to do this? I'm trying to build one but have no idea whatsoever how to redirect a typed URL in address bar to a DB.A snippet of code perhaps, as I'm a starter in php.Regards, Link to comment https://forums.phpfreaks.com/topic/30332-solved-url-redirect-to-db-like-in-wordpress/ Share on other sites More sharing options...
trq Posted December 12, 2006 Share Posted December 12, 2006 search for tutorials on apache's mod_rewrite extension, nothing to do with php. Link to comment https://forums.phpfreaks.com/topic/30332-solved-url-redirect-to-db-like-in-wordpress/#findComment-139574 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.