Moving assets and resources to the public folder
This commit is contained in:
28
var/cache/code/core/sites-configuration.php
vendored
Normal file
28
var/cache/code/core/sites-configuration.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
return array (
|
||||
'cartedalegare' =>
|
||||
array (
|
||||
'base' => 'https://localhost/carte/',
|
||||
'languages' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'title' => 'Italiano',
|
||||
'enabled' => true,
|
||||
'base' => '/',
|
||||
'typo3Language' => 'it',
|
||||
'locale' => 'it_IT.utf8',
|
||||
'iso-639-1' => 'it',
|
||||
'websiteTitle' => '',
|
||||
'navigationTitle' => 'Italian',
|
||||
'hreflang' => 'it-IT',
|
||||
'direction' => '',
|
||||
'flag' => 'it',
|
||||
'languageId' => 0,
|
||||
),
|
||||
),
|
||||
'rootPageId' => 1,
|
||||
'websiteTitle' => 'Carte da legare',
|
||||
),
|
||||
);
|
||||
#
|
||||
Reference in New Issue
Block a user