[TYPO3-german] FE verschwindet zeitweilig...
Christoph Kuhn
adonix at chrisk.ch
Tue Jul 17 09:37:33 CEST 2007
Hallo und guten Tag
Ich habe hier das komische Phänomen, dass das FE verschwindet, wenn ich einige
Tage nichts gemacht habe. Ein Teil der Header wird dann ausgespuckt, aber
nicht alles. Und im Body Tag steht gar nichts drin.
Ein simples Einloggen (!) ins BE reicht dann aus, und man kann wieder normal
im FE zugreifen.
Kann das damit zu tun haben, dass die base-url auf https steht?
Ideen, was ich nachschauen sollte?
Gruss
chris
ps: untenstehend ein diff mit normalem index.html vgl mit fehlendem FE...
--- index.html 2007-07-17 09:20:31.000000000 +0200
+++ index_no-fe.html 2007-07-16 16:13:51.000000000 +0200
@@ -1,260 +1,65 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
- This website is powered by TYPO3 ...
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta name="generator" content="HTML Tidy for Linux (vers 12 April 2005),
see www.w3.org" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><!--
+ This website is powered by TYPO3 ...
-->
+ <base href="https://www.domain.tld/" />
+ <link rel="stylesheet" type="text/css"
href="typo3temp/stylesheet_799d2ac052.css" />
- <base href="https://www.domain.tld/" />
- <link rel="stylesheet" type="text/css"
href="typo3temp/stylesheet_f8f2b875f9.css" />
-<title>Title</title><meta name="description" content="My Website" />
-<meta name="keywords" content="somewhat" />
-<meta name="copyright" content="me, 2007. All rights reserved." />
-<meta http-equiv="content-language" content="de" />
-<link rev="made" href="mailto:me" />
-<meta http-equiv="reply-to" content="me" />
-<meta name="author" content="myself" />
-<meta name="DC.Description" content="My Website" />
-<meta name="DC.Subject" content="somewhat" />
-<meta name="DC.Rights" content="me, 2007. All rights reserved." />
-<meta name="DC.Language" scheme="NISOZ39.50" content="de" />
-<meta name="DC.Creator" content="myself" />
-<link rel="schema.dc" href="http://purl.org/metadata/dublin_core_elements" />
-
- <meta name="generator" content="TYPO3 4.1 CMS" />
- <script type="text/javascript"
src="typo3temp/javascript_f52d1a094f.js"></script>
-
-<link href="styles.css" rel="stylesheet" type="text/css" />
-
-<script type="text/javascript" src="slider.js"></script>
-
-
-
+ <title>My Website |�Home</title>
+ <meta name="generator" content="TYPO3 4.0 CMS" />
+<script type="text/javascript" src="typo3temp/javascript_757c080409.js">
+</script>
+<script type="text/javascript">
+ /*<![CDATA[*/
+<!--
+
+ // decrypt helper function
+function decryptCharcode(n,start,end,offset) {
+ ...
+}
+ // decrypt string
+function decryptString(enc,offset) {
+ ...
+}
+ // decrypt spam-protected emails
+function linkTo_UnCryptMailto(s) {
+ ...
+}
+
+
+// -->
+ /*]]>*/
+</script>
</head>
<body>
- ALL CONTENT!
</body>
</html>
More information about the TYPO3-german
mailing list