Ben dinamik bir web sitesinde bir blog için temiz bir url yapmak için çalışıyorum, ama sorun ben web sitesi şema planı nasıl bilmiyorum olduğunu düşünüyorum.
Ben mod_rewrite nasıl kullanılacağı hakkında okumak ve ben bulunan tüm "http://www.website.com/?category&date&post-title" için "http://www.website.com/category/date yapmak nasıl / post-title ". Bu çalışmaları benim için o.k bulunuyor.
Sorun benim url benziyor "Eğer http://www.website.com/blog/?id=34" bu yöntem kadar ben var gibi çalışmaz olmasıdır.
So, I have two questions: 1. Is there a way to use mod_rewrite (maybe read from a txt file) to read the post title of my blog and rewrite my url by date and post-title? 2. Should I rewrite my website to query the data from one index file in the homepage and use mod_rewrite to write the nice url? should I query also the date and the title of the post instead just the post ID?