kamilsk / check

🔬 Tool to check something.
MIT License
7 stars 0 forks source link

check redirects #43

Open kamilsk opened 6 years ago

kamilsk commented 6 years ago
$ check urls https://some.site/ | tee sitemap.txt | check redirects > redirect.txt
kamilsk commented 6 years ago

redirect rules:

- name: Let's Encrypt configured right for OctoLab
  rules:
  - name: http:// -> https://www
    start: http://octolab.org/
    end: https://www.octolab.org/
    statuses: [301, 200] # deep == 2     
etc.