urlrules_detail.cache.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'urlruleid' => '1',
  6. 'module' => 'content',
  7. 'file' => 'category',
  8. 'ishtml' => '1',
  9. 'urlrule' => '{$categorydir}{$catdir}/index.html|{$categorydir}{$catdir}/{$page}.html',
  10. 'example' => 'news/china/1000.html',
  11. ),
  12. 11 =>
  13. array (
  14. 'urlruleid' => '11',
  15. 'module' => 'content',
  16. 'file' => 'show',
  17. 'ishtml' => '1',
  18. 'urlrule' => '{$year}/{$catdir}_{$month}{$day}/{$id}.html|{$year}/{$catdir}_{$month}{$day}/{$id}_{$page}.html',
  19. 'example' => '2010/catdir_0720/1_2.html',
  20. ),
  21. 12 =>
  22. array (
  23. 'urlruleid' => '12',
  24. 'module' => 'content',
  25. 'file' => 'show',
  26. 'ishtml' => '1',
  27. 'urlrule' => '{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}.html|{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}_{$page}.html',
  28. 'example' => 'it/product/2010/0720/1_2.html',
  29. ),
  30. 17 =>
  31. array (
  32. 'urlruleid' => '17',
  33. 'module' => 'content',
  34. 'file' => 'show',
  35. 'ishtml' => '0',
  36. 'urlrule' => 'show-{$catid}-{$id}-{$page}.html',
  37. 'example' => 'show-1-2-1.html',
  38. ),
  39. 18 =>
  40. array (
  41. 'urlruleid' => '18',
  42. 'module' => 'content',
  43. 'file' => 'show',
  44. 'ishtml' => '0',
  45. 'urlrule' => 'content-{$catid}-{$id}-{$page}.html',
  46. 'example' => 'content-1-2-1.html',
  47. ),
  48. 30 =>
  49. array (
  50. 'urlruleid' => '30',
  51. 'module' => 'content',
  52. 'file' => 'category',
  53. 'ishtml' => '0',
  54. 'urlrule' => 'list-{$catid}-{$page}.html',
  55. 'example' => 'list-1-1.html',
  56. ),
  57. 31 =>
  58. array (
  59. 'urlruleid' => '31',
  60. 'module' => 'content',
  61. 'file' => 'category',
  62. 'ishtml' => '0',
  63. 'urlrule' => 'index.php?m=content&c=index&a=lists&catid={$catid}|index.php?m=content&c=index&a=lists&catid={$catid}&page={$page}',
  64. 'example' => 'index.php?m=content&c=index&a=lists&catid=1&page=1',
  65. ),
  66. 34 =>
  67. array (
  68. 'urlruleid' => '34',
  69. 'module' => 'content',
  70. 'file' => 'show',
  71. 'ishtml' => '0',
  72. 'urlrule' => 'index.php?m=content&c=index&a=show&catid={$catid}&id={$id}|index.php?m=content&c=index&a=show&catid={$catid}&id={$id}&page={$page}',
  73. 'example' => 'index.php?m=content&c=index&a=show&catid=1&id=1',
  74. ),
  75. );
  76. ?>