Codeigniter - SEO Friendly URL Structure (Slug Implementation)
问题 I want's to develop a website in codeigniter framework in which i can access any webpage via slug. For example just like WordPress and Magento we can access category page by www.sitename.com/category_type/category_detailpage and also we can access that Category_detail directly just by adding its slug after main URI www.sitename.com/category_detailpage. So my question is that how i have to design schema of slug table in database if you have any case study Project Code for this Slug Directory