30avr/100
TYPO3 Referrer
If, as me, you've encountered some problems to log in to your TYPO3 installation from differents locations, by having the error message :
This host address ("******") and the referer host ("") mismatches!
The solution is to add the next line to your localconf.php :
$TYPO3_CONF_VARS['SYS']['doNotCheckReferer'] = 1;
