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 / addManualRedirectBottom.html

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

21 lines 937 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 <!-- - - - - - - - - - - - - - - - - - - - use this redirect type -->
3 <BR/><BR/>
4 <label class="add_a_redirect_label" for="code">{Redirect Type}</label>
5 <select id="code" name="code">
6 <option value="301" {301selected}>{301 Permanent Redirect}</option>
7 <option value="302" {302selected}>{302 Temporary Redirect}</option>
8 <option value="307" {307selected}>{307 Temporary Redirect (preserve method)}</option>
9 <option value="308" {308selected}>{308 Permanent Redirect (preserve method)}</option>
10 <option value="410" {410selected}>{410 Gone (resource permanently removed)}</option>
11 <option value="451" {451selected}>{451 Unavailable For Legal Reasons}</option>
12 <option value="0" {0selected}>{0 Meta Refresh}</option>
13 </select>
14
15 <BR/><BR/>
16 <input type="submit" value="{Add Redirect}" class="button-secondary">
17
18
19 </form><!-- end add-manual-redirect-bottom -->
20
21 <hr style="border-bottom: 1px dashed currentColor;" />