12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?php
- return array (
- 1 =>
- array (
- 'urlruleid' => '1',
- 'module' => 'content',
- 'file' => 'category',
- 'ishtml' => '1',
- 'urlrule' => '{$categorydir}{$catdir}/index.html|{$categorydir}{$catdir}/{$page}.html',
- 'example' => 'news/china/1000.html',
- ),
- 11 =>
- array (
- 'urlruleid' => '11',
- 'module' => 'content',
- 'file' => 'show',
- 'ishtml' => '1',
- 'urlrule' => '{$year}/{$catdir}_{$month}{$day}/{$id}.html|{$year}/{$catdir}_{$month}{$day}/{$id}_{$page}.html',
- 'example' => '2010/catdir_0720/1_2.html',
- ),
- 12 =>
- array (
- 'urlruleid' => '12',
- 'module' => 'content',
- 'file' => 'show',
- 'ishtml' => '1',
- 'urlrule' => '{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}.html|{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}_{$page}.html',
- 'example' => 'it/product/2010/0720/1_2.html',
- ),
- 17 =>
- array (
- 'urlruleid' => '17',
- 'module' => 'content',
- 'file' => 'show',
- 'ishtml' => '0',
- 'urlrule' => 'show-{$catid}-{$id}-{$page}.html',
- 'example' => 'show-1-2-1.html',
- ),
- 18 =>
- array (
- 'urlruleid' => '18',
- 'module' => 'content',
- 'file' => 'show',
- 'ishtml' => '0',
- 'urlrule' => 'content-{$catid}-{$id}-{$page}.html',
- 'example' => 'content-1-2-1.html',
- ),
- 30 =>
- array (
- 'urlruleid' => '30',
- 'module' => 'content',
- 'file' => 'category',
- 'ishtml' => '0',
- 'urlrule' => 'list-{$catid}-{$page}.html',
- 'example' => 'list-1-1.html',
- ),
- 31 =>
- array (
- 'urlruleid' => '31',
- 'module' => 'content',
- 'file' => 'category',
- 'ishtml' => '0',
- 'urlrule' => 'index.php?m=content&c=index&a=lists&catid={$catid}|index.php?m=content&c=index&a=lists&catid={$catid}&page={$page}',
- 'example' => 'index.php?m=content&c=index&a=lists&catid=1&page=1',
- ),
- 34 =>
- array (
- 'urlruleid' => '34',
- 'module' => 'content',
- 'file' => 'show',
- 'ishtml' => '0',
- '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}',
- 'example' => 'index.php?m=content&c=index&a=show&catid=1&id=1',
- ),
- );
- ?>
|