(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Tue, 31 Jan 2017 08:19:52 +0000 (09:19 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 31 Jan 2017 08:19:52 +0000 (09:19 +0100)
README.rst [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..c0ad44a
--- /dev/null
@@ -0,0 +1,18 @@
+https://docs.typo3.org/typo3cms/InsideTypo3Reference/CoreArchitecture/Configuration/LocalConfiguration/Index.html\r
+\r
+Taken from the install tool:\r
+\r
+[FE][pageUnavailable_handling]\r
+==============================\r
+How TYPO3 should handle requests when pages are unavailable due to system problems.\r
+\r
+empty (default)\r
+ An error message is shown.\r
+String\r
+ HTML file or URL to show (reads content and outputs with correct headers), e.g. 'unavailable.html' or 'http://www.example.org/errors/unavailable.html'.\r
+Prefix "REDIRECT:"\r
+ If prefixed "REDIRECT:" it will redirect to the URL/script after the prefix.\r
+Prefix "READFILE:"\r
+ If prefixed with "READFILE:" then it will expect the remaining string to be a HTML file which will be read and outputted directly after having the marker "###CURRENT_URL###" substituted with REQUEST_URI and ###REASON### with reason text, for example: "READFILE:fileadmin/unavailable.html".\r
+Prefix "USER_FUNCTION:"\r
+ If prefixed "USER_FUNCTION:" then it will call a user function, eg. "USER_FUNCTION:fileadmin/class.user_unavailable.php:user_unavailable->pageUnavailable" where the file must contain a class "user_unavailable" with a method "pageUnavailable" inside with two parameters $param and $ref. If the client matches [SYS][devIPmask], this setting is ignored and the page is shown as normal.
\ No newline at end of file