Heim  >  Fragen und Antworten  >  Hauptteil

php - tp5, wie man eine URL wie diese implementiert

In tp5 sieht die allgemeine URL so aus

/article/id/5.html
oder
/article/5.html

So implementieren Sie das folgende Format
/article_id_5.html
/article_5.html

Wenn Sie es direkt in die Route schreiben, wird angezeigt, dass das Modul nicht existiert

ringa_leeringa_lee2734 Tage vor656

Antworte allen(2)Ich werde antworten

  • PHPz

    PHPz2017-05-16 13:19:01

    在配置文件config.php中,在URL设置部分,有一个pathinfo_depr参数配置,默认是“/”,你修改为你需要的“_”就行的。

    Antwort
    0
  • 習慣沉默

    習慣沉默2017-05-16 13:19:01

    "URL_PATHINFO_DEPR"=>"-" 配置项里面添加这个

    Antwort
    0
  • StornierenAntwort