quote:
Originally posted by KeyStorm
Hm... I'm gonna test it right now
Thanks a lot, you saved me a lot of time looking for htaccess syntax and methods.
Could you tell me what everything does, btw, to see if I need to change something?
As you see I don't know htaccess-code
IndexIgnore *
Makes it so if you go to www.whatever.com/myfolder/
it won't show any of the files in that folder(stops leaching)
<Limit GET POST >
order allow,deny
allow from all
</Limit>
I'm not sure about this part....
RewriteEngine on
RewriteRule nameofjpg.jpg nameofphp.php
Allows it to be called from the .jpg instead of the .php
And yes it does work, I use it at
http://ng.audiodragon.net/forums for my signature because I have my forum setup so it doesn't allow php images. For security reasons.