Hi,
You can add this to the bottom of the script to handle that
URL:
if (isset($_GET['title'])) {
SimpleRedirectLog::logRedirect($_GET['title']);
}
> Hi,
>
> I tried link file to download:
>
> http://www.mydomain.com/SimpleRedire...p?title=MyFile
>
> M.