Changeset 967249
- Timestamp:
- 08/17/2014 08:05:28 AM (11 years ago)
- Location:
- blogger-301-redirect
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
blogger-301-redirect/trunk/bloggerredirect.php
r891799 r967249 6 6 Author URI: http://techxt.com 7 7 Author: Sudipto Pratap Mahato 8 Version: 2.5 8 Version: 2.5.1 9 9 */ 10 10 … … 23 23 if ($old_url != "") 24 24 { 25 $old_url=str_replace("//","",$old_url); 25 $old_url=preg_replace('%//%', '', $old_url, 1); 26 $old_url=str_replace("//","/",$old_url); 26 27 $pos = strpos($old_url, "/"); 27 28 if ($pos !== false) -
blogger-301-redirect/trunk/readme.txt
r897153 r967249 4 4 Tags: Blogger redirect, 301 redirect, Blogger to wordpress migration, Blogger to wordpress redirection, SEO 5 5 Requires at least: 3.0 6 Tested up to: 3.9 7 Stable tag: 2.5 6 Tested up to: 3.9.2 7 Stable tag: 2.5.1 8 8 9 9 Useful for mapping your Blogger post and feeds to Wordpress posts and feeds after blogger to wordpress migration.
Note: See TracChangeset
for help on using the changeset viewer.