[TYPO3-shop] [TYPO3-german] Fileextension 'jpg' not allowed -> SOLVED
Niels Tiedt
typo3_coder at arcor.de
Tue Mar 4 10:59:50 CET 2008
Hi List
The Problem ist a default definition(Typo3 4.1.1) at the BE/Installation/
NEVER use the default value $TYPO3_CONF_VARS['BE']['fileDenyPattern'] = 0
Only use $TYPO3_CONF_VARS['BE']['fileDenyPattern'] =
or e.g. the default value Typo3(<4.1.1)
$TYPO3_CONF_VARS['BE']['fileDenyPattern'] = \.php$|\.php.$
If the value is = 0 all Files will be disallowed.
Greets
Niels Tiedt
More information about the TYPO3-project-tt-products
mailing list