[TYPO3-english] Installation
Xavier Perseguers
xavier at typo3.org
Fri Oct 25 14:34:14 CEST 2013
Hi Ray,
> Hi,
> I'm not very good in this technical things and I chat with the host, but
> until now, problem not solved.
You can try to create a temporary PHP file (foo.php) at root, where you
tried to deploy TYPO3 with following content:
------
<?php
echo '<pre>';
echo @system('ls -lA');
echo '</pre>';
echo '<hr>';
@exec('ls -lA', $output);
echo '<pre>';
echo implode("\n", $output);
echo '</pre>';
------
call it from your browser and compare with the structure Philipp gave in
his first answer.
HTH
--
Xavier Perseguers
Release Manager TYPO3 4.6
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-english
mailing list