2
可能重複:
PHP - How to add a pages title to the URL? And how to create a clean url using PHP如何在php中更改url中的頁面標題或菜單標題?
我使用的URL在我的網站,如http://www.example.com/details.php?cid=3
。我想將這種類型的網址轉換爲http://www.example.com/PAGE-TITLE-URL or /details/page-title
。
我需要做些什麼才能在我的網站中獲得這個友好的網址。
嘗試這裏的示例http://stackoverflow.com/questions/14001380/use-titles-of-pages-posts-on-the-url ?rq = 1 – nKandel
這可能對你有幫助。 http://stackoverflow.com/questions/812571/how-to-create-friendly-url-in-php –