PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / settingsAdvancedLogging.html

settingsAdvancedLogging.html in 404 Solution trunk, at includes/html/settingsAdvancedLogging.html

65 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!-- .............................. -->
2 <p>
3 <label for="log_raw_ips">{Log raw IPs}:</label>
4 <input type="checkbox" name="log_raw_ips" id="log_raw_ips" value="1" checked="log_raw_ips" />
5 <BR/>
6 &nbsp;&nbsp;&nbsp;{Logging raw IP addresses may not meet the EU General Data Protection Regulation (GDPR) guidelines.}</p>
7
8 <!-- .............................. -->
9
10 <style>
11 .closeLI {
12 margin-bottom: initial;
13 }
14 </style>
15 <table border=1>
16 <tr><td valign="top">
17 <label for="ignore_dontprocess">{Internal Process User Agents - Do Not Log}
18 <ul>
19 <li class="closeLI">{* Do not redirect 404s from the user agents listed here.}</li>
20 <li class="closeLI">{* Do not capture 404 URLs.}</li>
21 <li class="closeLI">{* Strings are case insensitive.}</li>
22 <li class="closeLI">{* One string per line.}</li>
23 <li class="closeLI">{* If the string appears anywhere within the user agent string then it's a match.}</li>
24 </ul>
25 {This is best for internal processes that don't need to be redirected when the slug structure changes. Search engine user agents should not go here so that they will be redirected when the slug structure changes.}
26 </label>
27 </td><td>
28 <textarea rows="6" cols="60" name="ignore_dontprocess" id="ignore_dontprocess" >{ignore_dontprocess}</textarea>
29
30 </td></tr>
31
32 <tr><td valign="top">
33 <label for="ignore_doprocess">{External User Agents - Do Not Log}
34 <ul>
35 <li class="closeLI">{* 404s are still redirected when possible.}</li>
36 <li class="closeLI">{* Do not capture 404 URLs.}</li>
37 <li class="closeLI">{* Strings are case insensitive.}</li>
38 <li class="closeLI">{* One string per line.}</li>
39 <li class="closeLI">{* If the string appears anywhere within the user agent string then it's a match.}</li>
40 </ul>
41 {This is best for search engine bots that do need to be redirected when the slug structure changes. Use one line per user agent. If the text is found anywhere in the user agent string then it applies.}
42 </label>
43
44 </td><td>
45 <textarea rows="6" cols="60" name="ignore_doprocess" id="ignore_doprocess" >{ignore_doprocess}</textarea>
46
47 </td></tr>
48
49 </table>
50
51 <!-- .............................. -->
52 <p>
53 <label for="debug_mode">{Debug logging}:</label>
54 <input type="checkbox" name="debug_mode" id="debug_mode" value="1" checked="debug_mode" />
55 <br/>&nbsp;&nbsp;&nbsp;
56
57 {<a>View</a> the debug file.}
58
59 <input type="button" name="deleteDebugFile" id="deleteDebugFile"
60 value="{Delete the Debug File}"
61 style="-webkit-appearance: none; -moz-appearance: none; appearance: none;" >
62 {Debug file size: %s KB.}
63
64 </p>
65