Version Description
- Rereleased for WP 3.3.2
Download this release
Release Info
Developer | wordpress_website |
Plugin | 404 Redirection |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.5
- index.php +2 -2
- readme.txt +6 -3
index.php
CHANGED
@@ -6,8 +6,8 @@ Plugin URI: http://www.wordpress-website.org/
|
|
6 |
Description: Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
|
7 |
Author: wordpress-website.org
|
8 |
Author URI: http://wordpress-website.org/
|
9 |
-
Version: 1.
|
10 |
-
Stable tag: 1.
|
11 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
12 |
|
13 |
License:
|
6 |
Description: Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
|
7 |
Author: wordpress-website.org
|
8 |
Author URI: http://wordpress-website.org/
|
9 |
+
Version: 1.5
|
10 |
+
Stable tag: 1.5
|
11 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
12 |
|
13 |
License:
|
readme.txt
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
Contributors: wordpress_website
|
3 |
Tags: 404, redirect, redirects, redirector, server error, redirection
|
4 |
Requires at least: 2.0.2
|
5 |
-
Tested up to: 3.3.
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
This simple plugin
|
13 |
|
14 |
== Installation ==
|
15 |
|
@@ -37,6 +37,9 @@ Example #2: Let's face it, having an exuberant amount of 404's is bad form. Sear
|
|
37 |
|
38 |
== Changelog ==
|
39 |
|
|
|
|
|
|
|
40 |
= 1.4 =
|
41 |
* Updated readme.txt file
|
42 |
|
2 |
Contributors: wordpress_website
|
3 |
Tags: 404, redirect, redirects, redirector, server error, redirection
|
4 |
Requires at least: 2.0.2
|
5 |
+
Tested up to: 3.3.2
|
6 |
+
Stable tag: 1.5
|
7 |
|
8 |
Permanently redirect all 404's to the main blog URL. The primary purpose is to salvage Google PageRank (TM) from missing pages.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
This simple plugin permanently redirects all 404's to the main blog URL. There may be several reasons why you might want to do this, but the primary purpose is to siphon Google Page Rank (TM) from missing pages to the homepage.
|
13 |
|
14 |
== Installation ==
|
15 |
|
37 |
|
38 |
== Changelog ==
|
39 |
|
40 |
+
= 1.5 =
|
41 |
+
* Rereleased for WP 3.3.2
|
42 |
+
|
43 |
= 1.4 =
|
44 |
* Updated readme.txt file
|
45 |
|