![]() |
.htaccess to restrict hotlinking - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: .htaccess to restrict hotlinking (/showthread.php?tid=9410) |
.htaccess to restrict hotlinking - El Forum - 06-24-2008 [eluser]jonnyleeharris[/eluser] My current .htaccess is: Code: <IfModule mod_rewrite.c> and works fine. However, I want to restrict access, to stop people hotlinking .swf files in a folder of mine /wwwroot/temp_Flash/. Having a look around the web suggested adding to my .htaccess : Code: RewriteEngine on However, if I do that... it doesn't work. I am stuck here and need to get this done pronto ![]() Help is greatly appreciated. Thanks. |