TYPOlight Open Source CMS > Inquire > Frequently asked > I cannot install TYPOlight because the URL is being rewritten.

I cannot install TYPOlight because the URL is being rewritten.

This happens if the local configuration file is not writable. You should activate the Safe Mode Hack to allow file operations via FTP. Add the following lines to the local configuration file system/config/localconfig.php:

$GLOBALS['TL_CONFIG']['useFTP'] = true;
$GLOBALS['TL_CONFIG']['ftpHost'] = '';  // FTP host
$GLOBALS['TL_CONFIG']['ftpPath'] = '';  // FTP path (e.g. html/)
$GLOBALS['TL_CONFIG']['ftpUser'] = '';  // FTP username
$GLOBALS['TL_CONFIG']['ftpPass'] = '';  // FTP password

Do not try to fix the issue by changing any file permissions! If there are any file permission issues, always use the Safe Mode Hack.

Last update on 20/09/2009 by Leo Feyer.

Go back

Add a comment