Is there a quick way to enable install tool in TYPO3?
Please share a command for Windows. The one I have access to is for Linux I think.
I am using Windows and need to enable install tool to access TYPO3 panel..
Is there a quick way to enable install tool in TYPO3?
Please share a command for Windows. The one I have access to is for Linux I think.
I am using Windows and need to enable install tool to access TYPO3 panel..
you need to create a file ENABLE_INSTALL_TOOL
in the typo3conf/
folder of your webspace. the content doesn't matter. it does not need to be an empty file.
you have multiple options:
create a new file with the windows file explorer. make sure you have no file extension!
use a shell/commandline: echo anything > ENABLE_INSTALL_TOOL
while in the apropriate path
use any programm to store files. make sure to remove any file extension.
Maybe this can help you to "touch" the Install Tool file ENABLE_INSTALL_TOOL
: Windows equivalent of 'touch' (i.e. the node.js way to create an index.html)