This is a discussion on stop access to .jpg within the Apache Web Server forums, part of the Web Server and Related Forums category; hi all can i use mod_rewrite to stop access at .jpg files only if this are called via browser? example: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi all
can i use mod_rewrite to stop access at .jpg files only if this are called via browser? example: not visible http://www.xxxx.com/pics/xxxx.jpg visible <?php readdir('http://www.xxxx.com/pics/xxxx.jpg');?> thank you :) |