Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/services/
- sed 's/>/>\n/g' index.html > services.html
- rm index.html
- mkdir services
- echo '<?php $url = $_SERVER["SCRIPT_NAME"]; $url = str_replace("/index.php",".html",$url); header("location: $url", true, 301);' > services/index.php
- wget -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/contact-us/
- sed 's/>/>\n/g' index.html > contact-us.html
- rm index.html
- mkdir contact-us
- echo '<?php $url = $_SERVER["SCRIPT_NAME"]; $url = str_replace("/index.php",".html",$url); header("location: $url", true, 301);' > contact-us/index.php
- wget -nd -m -k -K -E -l 7 -t 3 -w 2 --restrict-file-names=windows,lowercase --page-requisites https://butternut.ai/live/zzzz/
- sed 's/>/>\n/g' index.html > index2.html
- mv index2.html index.html
Advertisement
Add Comment
Please, Sign In to add comment