| Hi All !
all my links in my website are in relative path like :
<http://domain.com/images/1.jpg>
<http://domain.com/news/test/5555>
As its a very large site I want to be able to update some part of site using
depth because full update takes few hours ...
but when I am using depth ( for example 2 ) its updating a page and images but
its creating sub link pages with their relative paths in them ! mean its
keeping the original path ... but that cached file is already exist in the
disk ...
What I want to do is when I am using depth=2 , it converts all relative paths
including in my site to absolute path like what its making for cached files
even its not proccessd in that time ... | |