| Hi there,
I'm trying to mirror my own forum. It is a PHPBB3 and I have this kind of
url:
<http://seduccioncientifica.com/foroseduccion/viewtopic.php?f=385&t=9688>
But I want only to copy this:
<http://seduccioncientifica.com/foroseduccion/viewtopic.php?f=385&t=9688&start=0&st=0&sk=t&view=print>
It is a printable version, selected through the variable &view=print .
What filter should I set up?
I have tried this one:
-*
+*index.php*
+*viewforum.php*
+*/foroseduccion/viewtopic.php*view=print*
But It only access viewforums, not viewtopics.
Thanks in advance. | |