PluginProbe
404 Solution / 4.3.0
404 Solution v4.3.0
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 / adminOptionsAutoRedirects.html

adminOptionsAutoRedirects.html in 404 Solution 4.3.0, at includes/html/adminOptionsAutoRedirects.html

39 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <p>
2 <label for="auto_redirects">{Create automatic redirects}:</label>
3 <input type="checkbox" name="auto_redirects" id="auto_redirects" value="1"{selectedAutoRedirects}><BR/>
4 {spaces}{Automatically creates redirects based on best possible suggested page.}
5 </p>
6
7 <p>
8 <label for="auto_slugs">{Create redirects on slug change}:</label>
9 <input type="checkbox" name="auto_slugs" id="auto_slugs" value="1"{selectedAutoSlugs}>
10 </p>
11
12 <p>
13 <label for="auto_trash_redirect">{Create redirect when a page is trashed or deleted}:</label>
14 <input type="checkbox" name="auto_trash_redirect" id="auto_trash_redirect" value="1"{selectedAutoTrashRedirect}><BR/>
15 {spaces}{When a published page is moved to trash or permanently deleted, create a redirect from its old URL to the homepage.}
16 </p>
17
18 <p>
19 <label for="auto_cats">{Create automatic redirects for categories}:</label>
20 <input type="checkbox" name="auto_cats" id="auto_cats" value="1"{selectedAutoCats}>
21 </p>
22
23 <p>
24 <label for="auto_tags">{Create automatic redirects for tags}:</label>
25 <input type="checkbox" name="auto_tags" id="auto_tags" value="1"{selectedAutoTags}>
26 </p>
27
28 <p>
29 <label for="auto_deletion">{Delete automatic redirects after}:</label>
30 <input type="text" name="auto_deletion" id="auto_deletion" value="{auto_deletion}" style="width: 50px;"> {days without use (0 to disable)}<BR/>
31 {spaces}{Removes automatically created redirects if they haven't been used for the specified amount of time. Does not affect manually created redirects.}
32 </p>
33
34 <p>
35 <label for="auto_302_expiration_days">{Expire auto-redirects after}:</label>
36 <input type="text" name="auto_302_expiration_days" id="auto_302_expiration_days" value="{auto_302_expiration_days}" style="width: 50px;"> {days (0 to disable)}<BR/>
37 {spaces}{Auto-created redirects older than this many days will be automatically moved to trash.}
38 </p>
39