Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     'www.pro-tent.ch' =>
  2.         array(
  3.             'init' =>
  4.                 array(
  5.                     'appendMissingSlash' => 'ifNotFile,redirect',
  6.                     'emptyUrlReturnValue' => '/',
  7.                 ),
  8.             'pagePath' =>
  9.                 array(
  10.                     'rootpage_id' => '76',
  11.                 ),
  12.             'fileName' =>
  13.                 array(
  14.                     'defaultToHTMLsuffixOnPrev' => 0,
  15.                     'acceptHTMLsuffix' => 1,
  16.                     'index' =>
  17.                         array(
  18.                             'print' =>
  19.                                 array(
  20.                                     'keyValues' =>
  21.                                         array(
  22.                                             'type' => 98,
  23.                                         ),
  24.                                 ),
  25.                         ),
  26.                 ),
  27.             'preVars' =>
  28.                 array(
  29.                     0 =>
  30.                         array(
  31.                             'GETvar' => 'L',
  32.                             'valueMap' => array(
  33.                                 'de' => '0',
  34.                                 'en' => '1',
  35.                                 'fr' => '2',
  36.                             ),
  37.                             'valueDefault' => 'de',
  38.                             'noMatch' => 'bypass',
  39.                         ),
  40.                 ),
  41.         ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement