Path

2018-07-31 09:25:32    Jon    5862

Zsite has three types of path, namely GET, PATH_INFO and PATH_INFO2.

SCREENSHOT


Below are examples of the three types of path

  • GET:www.xxxx.com/?m=user&f=create&name=gavin&id=1
  • PATH_INFO:www.xxxx.com/user/create/gavin/1
  • PATH_INFO2:www.xxxx.com/ index.php/user/create/gavin/1


Considering SEO, it is recommended that you choose PATH_INFO which requires static settings. Refer to 3.7.1.11 Static Settings


ZSite8.0