# 404-solution/trunk/includes/html/adminOptionsAutoRedirects.html

404 Solution, version trunk. 39 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/adminOptionsAutoRedirects.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/adminOptionsAutoRedirects.html
- Modified: 2026-03-24T19:50:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/adminOptionsAutoRedirects.html#L10-L20`.

```html
<p>
<label for="auto_redirects">{Create automatic redirects}:</label>
<input type="checkbox" name="auto_redirects" id="auto_redirects" value="1"{selectedAutoRedirects}><BR/>
{spaces}{Automatically creates redirects based on best possible suggested page.}
</p>

<p>
<label for="auto_slugs">{Create redirects on slug change}:</label>
<input type="checkbox" name="auto_slugs" id="auto_slugs" value="1"{selectedAutoSlugs}>
</p>

<p>
<label for="auto_trash_redirect">{Create redirect when a page is trashed or deleted}:</label>
<input type="checkbox" name="auto_trash_redirect" id="auto_trash_redirect" value="1"{selectedAutoTrashRedirect}><BR/>
{spaces}{When a published page is moved to trash or permanently deleted, create a redirect from its old URL to the homepage.}
</p>

<p>
<label for="auto_cats">{Create automatic redirects for categories}:</label>
<input type="checkbox" name="auto_cats" id="auto_cats" value="1"{selectedAutoCats}>
</p>

<p>
<label for="auto_tags">{Create automatic redirects for tags}:</label>
<input type="checkbox" name="auto_tags" id="auto_tags" value="1"{selectedAutoTags}>
</p>

<p>
<label for="auto_deletion">{Delete automatic redirects after}:</label>
<input type="text" name="auto_deletion" id="auto_deletion" value="{auto_deletion}" style="width: 50px;"> {days without use (0 to disable)}<BR/>
{spaces}{Removes automatically created redirects if they haven't been used for the specified amount of time. Does not affect manually created redirects.}
</p>

<p>
<label for="auto_302_expiration_days">{Expire auto-redirects after}:</label>
<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/>
{spaces}{Auto-created redirects older than this many days will be automatically moved to trash.}
</p>

```
