Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are default directories in the TYPO3 installation?
Home
Typo3
What are default directories in the TYPO3 installation?
0
votes
asked
May 5, 2022
in
Typo3
by
sharadyadav1986
What are default directories in the TYPO3 installation?
typo3-installation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 5, 2022
by
sharadyadav1986
Following list is of the default directories in
TYPO3 installation
:
File admin/ :In this directory, clients can store documents. Regularly pictures, PDFs or HTML documents which appear in this directories as well as its subdirectories.
typo3/ :This directory consists of the majority of the documents accompanying the TYPO3 Core. The files are organized legitimately in the distinctive system augmentations in the sysext/directory, as per the application area of the specific file.
typo3temp/ :This directory is for temporary files. It consists of subdirectories for temporary files of expansions and TYPO3 parts.
uploads/ :This directory extension can utilize the upload folder setting in ext_emconf.php to determine a subdirectory of uploads/for this extension.
...