2017-05-05 29 views
0

我想知道如何將所有的這些改變:以不同的方式改變固定鏈接

example.com/index.php <br /> 
example.com/index.php?item=1 <br /> 
example.com/article.php <br /> 
example.com/article.php?article=1 

以下幾點:

example.com/home/ <br /> 
example.com/home/firstitem/ <br /> 
example.com/article/ <br /> 
example.com/article/firstarticle/ 

我知道你可以使用.htaccess做到這一點,但問題是我不知道如何。

+3

在[所以]你應該嘗試**自己寫代碼**。後** [做更多的研究](//meta.stackoverflow.com/questions/261592)**如果你有問題,你可以**發佈你已經嘗試**與清楚的解釋是什麼是'工作**並提供[** Minimal,Complete和Verifiable示例**](// stackoverflow.com/help/mcve)。我建議閱讀[問]一個好問題和[完美問題](http://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/)。另外,一定要參加[遊覽]並閱讀[this](// meta.stackoverflow.com/questions/347937/)**。 –

回答