RewriteEngine On
RewriteBase /logo/
AddDefaultCharset UTF-8
RewriteRule ^([0-9a-zA-Z_/]+)/$ index.php\?act=$1 [QSA]

RewriteEngine on
RewriteBase /logo/
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(m\.)vuiz.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yahoo.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bing.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?facebook.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?pinterest.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?twitter.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?duckduckgo.com(/)? [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?alexa.com(/)? [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*google.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*slurp.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*bingbot.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*facebookexternalhit.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*pinterestbot.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*twitterbot.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*duckduckbot.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*ia_archiver.*$ [NC]
RewriteRule ^([a-zA-Z0-9]+)/(view|tao|sg|lg).php$ https://i.imgur.com/mJDWpfz.png [R,NC,L]