HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: href without /index.html
Author: Chris
Date: 10/26/2015 21:24
 
As a work-around this sed works for me to cleanup the index.html entries:

sed -i 's#\(href=[\x27\"].*\)\(\/\)\(index\.html\)\([\x27\"]\)#\1\2\4#ig'
$(find . -type f -iname "*.html")
 
Reply Create subthread


All articles

Subject Author Date
href without /index.html

02/07/2006 19:21
Re: href without /index.html

02/08/2006 23:11
Re: href without /index.html

03/11/2006 14:57
Re: href without /index.html

10/26/2015 00:53
Re: href without /index.html

10/26/2015 21:24




c

Created with FORUM 2.0.11