![]() |
.htaccess to restrict hotlinking - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: .htaccess to restrict hotlinking (/thread-9410.html) |
.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. |