我正在使用mod_rewrite第一次。 我打算介紹一個場景。請讓我知道它是否可能。Url重寫mod_rewrite
假設我有三個屬性表(ID,標題的parentid)的數據庫表。
和我的URL訪問特定內容是這樣的:
example.com/content.php?id=some_value
現在,SOME_VALUE ID,標題是some_title。難道這樣
example.com/some_title/
可以在上面url.OR
被重命名爲example.com/content.php?id=some_value&title=some_title
我也可以有網址,如:
example.com/content.php?id=some_value&title=some_title&parenttitle=parent_title
在這種情況下,輸入的網址應爲像這樣:
example.com/parent_title/some_title/
如果我沒有讓自己清楚,請讓我知道。再次,這是我第一次嘗試mod_rewrite。所以即使是小的信息也會非常有幫助。
我想這畢竟是可能的! – Tech4Wilco