私はdirectmailがインストールされたtypo3システムを持っています
godaddy delux linuxホスティングの1つこのシステムでは、内部または外部のページからニュースレターを作成できません。「プレーンテキストコンテンツを取得できませんでした。HTMLコンテンツを取得できませんでした。」このmeesgaeが表示されます
とpleasklinuxホスティングプレーンの1つは同じtypo3インストールですが、それは正常に動作します
クイックメールは両方のシステムで機能しています
godaddyの私のhtaccesとphp5.iniを以下に示します
RewriteEngineOnAuthTypeなしRewriteRule^typo3 $-[L] RewriteRule ^typo3/。*$-[L]RewriteCond%{REQUEST_FILENAME}!-f RewriteCond%{REQUEST_FILENAME}!-d RewriteCond%{REQUEST_FILENAME}!-l RewriteRule 。*index.php
およびphp5.ini
register_globals=オフallow_url_fopen=オン
export_php=オフmax_execution_time=180 max_input_time = 180 memory_limit = 256M variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = / tmpprecision = 12 post_max_size = 16M upload_max_filesize = 16M
SMTP = relay-hosting.xxxxxserver.net url_rewriter.tags = "a = href、area = href、frame = src、input = src、form =、fieldset ="
[Zend] zend_extension = / usr / local / zo / ZendExtensionManager.so zend_extension = / usr / local / zo / 4_3 / ZendOptimizer.so
ありがとうございました
ムジーブ