Redirect

URL redirection files.

0 stars out of 5

0 0 0 0 0
  • Author Taufik Nurrohman
  • Maintainer 1
  • Member
  • Version 1.1.0

Create a kick.tsv file in .\lot\page folder:

.\
└── lot\
    └── page\
        └── kick.tsv

Write some URL path and its new URL path on each line in the file. Separate old URL path data and its new URL path data with a tab character:

/foo/bar.html         /foo/bar
/2019/24/lorem-ipsum  /2020/05/lorem-ipsum
/about-company        /about/company
/about-us             /about/us

Please note that the example above uses space characters to visualize the tab characters. Original file must use the real tab characters to separate between fields.

You can also use kick.csv file, but some people find this format is not so easy to read:

/foo/bar.html,/foo/bar
/2019/24/lorem-ipsum,/2020/05/lorem-ipsum
/about-company,/about/company
/about-us,/about/us

0 Comments

No comments yet.