Url.php 313 B

1234567891011121314
  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. ],
  14. ];