| 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;" /> |