www.website.com/path/element.php?dir=???
Now for each link I have to play with the ??? part in the "URL Substitutes..." button to get this:
URL: */element.php*
Replace: /element.php
With: /???/element.php
I would like to say this instead in a template:
URL: */element.php?dir=???*
Replace: /element.php
With: /[dir]/element.php or /???/element.php
Is this possible or is this in a future release or am I dreaming?
Thanks
For example, if you want to convert .../element.php?dir=abc to /abc/element.php then use
URL: */element.php*
Replace:
/element.php?dir=*
With:
/*/element.php
This should work.
Best regards,
Oleg Chernavin
MP Staff
What do you do in cases with more than one argument say:
http://www.server.com/path.php?arg1=abc&dir=???&arg2=def&so on...
Url: */path.php?*dir=*&*
Replace: /path.php?*dir=*&*
With: /*/path.php?*dir=*&*
Thanks
Oleg.
Oleg.
I have an URL like:
www.server.com/path/action.php?arg1=abc&dir=def&arg2=ghi
Now I would like it to download to this folder:
f:\download folder\www.server.com\path\def\action.php?arg1=abc&dir=def&arg2=ghi
What should my two (or more) URL substitutions rules be?
Thanks
Oleg.
URL: */command.php?arg1=*&dir=*&*
Replace: /command.php?arg1=*&dir=**&***
With: /**/command.php?arg1=*&dir=**&***
The updated version is:
http://www.metaproducts.com/download/betas/oep1721.zip
Oleg.
> I just added this to Offline Explorer Pro. Now you will be able to use the following rules:
> > URL: */command.php?arg1=*&dir=*&*
> Replace: /command.php?arg1=*&dir=**&***
> With: /**/command.php?arg1=*&dir=**&***
> > The updated version is:
> > http://www.metaproducts.com/download/betas/oep1721.zip
> > Oleg.
>
> I sent you a couple of emails. It does work and it doesn`t. It works if I check the URL Substitute rule (apply at the server) but if I uncheck the rule (apply when exporting only), it doesn`t work. I appreciate all of your help in this matter.
Oleg.