Url.php 575 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. *
  7. * @copyright Copyright (c) 2016 FecShop Software LLC
  8. * @license http://www.fecshop.com/license/
  9. */
  10. return [
  11. 'url' => [
  12. 'showScriptName'=> false, // if is show index.php in url. if set false ,you must config nginx rewrite
  13. 'randomCount' => 8, // if url key is exist in url write table , add a random string behide the url key, this param is define random String length
  14. // 子服务
  15. 'childService' => [
  16. 'rewrite' => [
  17. ],
  18. ],
  19. ],
  20. ];