Dave Osbourne wrote: > I want to mirror a site. The front end URL has changed from a simple > http://www.xyz.com/ to http://www.xyz.com/index.done.php/ > The site is all there still, but now each URL in the site needs to be changed > to reflect this additional PHP script. So, after each fetch of a page, I > need to process each URL to add this 'index.done.php/'. > Is this possible with wget in some way? If this is the wrong forum to ask, > please point me to the correct wget emailing list. I was unable to find any > other than [email protected]. > Thank you kindly. You mean that the original site is http://www.xyz.com/ but the url in the mirror shall be http://www.xyz.com/index.done.php/ ?
I had a hard time trying to find out what was the problem. If the site changed the urls, the mirrors should just follow. You could move the previously available files or use a .htaccess to make things easier, though.
