# Troubleshooting
# No Files Sent to Typo3
If the request is sent empty to Typo3, the reason could be that the connector tries to send the files in chunks and the Apache server is not configured to handle that.
What to do: Try putting "SetEnv proxy-sendcl 1" in the .htaccess
file.
Refer the Apache bug description here (opens new window).