Vet inte hur många gånger jag sökt här i forumet och på google men hittar inget somhjälper mig...
Mitt problem är att det är många som länkar till mina flash filmer och jag behöver därför lägga in ett script som gör att dom inte kan länka direkt till mina flash filer utan att länka till min sida...
Har testat följande i .htaccsss (varje försök är skrivet efter ny rad...):
#RewriteEngine On
RewriteCond %{HTTP_REFERER} !^[url]http://www.strumaland.com[/url] [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://strumaland.com[/url] [NC]
RewriteRule +.(swf)$ [url]http://www.www.strumaland.com/leecher.swf[/url]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^[url]http://strumaland.com/.*[/url]$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://www.strumaland.com/.*[/url]$ [NC]
RewriteRule .*\.(swf)$ [url]http://www.strumaland.com/leecher.swf[/url] [F]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^[url]http://www.strumaland.com/.*[/url]$ [OR]
RewriteCond %{HTTP_REFERER} !^[url]http://strumaland.com/.*[/url]$ [OR]
RewriteCond %{HTTP_REFERER} !^[url]http://www.finito.net/.*[/url]$
RewriteCond %{REQUEST_URI} ^/leecher.swf$
RewriteRule .*\.(swf)$ [url]http://www.strumaland.com/leecher.swf[/url] [NC]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^[url]http://www.strumaland.com[/url] [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://strumaland.com[/url] [NC]
RewriteRule .*\.(swf)$ [url]http://www.strumaland.com/leecher.swf[/url] [R,L]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^[url]http://www.strumaland.com/[/url] [OR]
RewriteCond %{HTTP_REFERER} !^[url]http://strumaland.com/[/url]
RewriteCond %{REQUEST_URI} ^/leecher.swf$
RewriteRule .*\.(swf)$ [url]http://www.strumaland.com/leecher.swf[/url] [NC]
Någon som vet vad det är som är fel?