ma typo3 come si installa?![]()
ho scaricato lo zip, caricato sul server poi sono andato all'indirizzo: www.miosito.com/cms/Typo3/typo/install/index.php e mi trovo questa dicitura:
In the source distribution of TYPO3, the install script is disabled by a die() function call.
Fix: Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!
così ho aperto l'index.php della cartella install e ho commentato le righe:
codice:// This checks for my own IP at home. You can just remove the if-statement. if (1==0 || (substr($_SERVER['REMOTE_ADDR'],0,7)!='192.168' && $_SERVER['REMOTE_ADDR']!='127.0.0.1')) { die("In the source distribution of TYPO3, the install script is disabled by a die() function call. Fix: Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!"); }
ho poi rilanciato l'install, ma ottengo: localconf.php is not found!
mi sta prendendo per i fondelli?![]()