2009/9/23 J. Bakshi <joyd...@infoservices.in>

> Hello list,
>
> could anyone suggest the server access signature of FlashGot ( firefox
> downloamanager ) ? I am running my site at a hosting place where I can't
> access apache log And I like to prevent FlashGot . I have already tried
> with the following in .htaccess
>
> ```
> RewriteCond %{HTTP_USER_AGENT} ^FlashGot [OR]
> RewriteCond %{HTTP_USER_AGENT} ^flashgot [OR]
> RewriteRule ^.* - [F,L]
> ````
> but no success.  Any clue about the flashgot signature ?
>
> thanks
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
It should use the same user agent string as firefox, I know flashget uses an
IE user-agent.

You could setup a simple script to check on your server, if you have php,
create a php script with echo $_SERVER['HTTP_USER_AGENT']; and point
flashgot at it.

Reply via email to