| Hi,
I want to mirror a dynamic webpage written in php. The page
have always url parameters like ?id=40&navi=10 etc.. The
mirroring of the whole page is not the problem, but the
links point always to the new created html page including
the url parameter like "href="index33as34.html?id=40&navi=10".
I checked it and on the mirrored page it is not needed to
add this parameter. I can call the page without parameter
and it is shown correctly.
So is it possible to switch off the adding of the parameters
in the links of the mirrored page ? | |