Jump to content

Any one php expert help me.htaccess Error


IrfanQureshi

Recommended Posts

Any one php expert help me,

URL imgslink.biz

when i upload an image and try to open it, i get error

here is my htaccess code

 

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?imgslink\.biz/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ nohotlink.gif [L]
<Files ~ "\.(php|sql|php3|php4|phtml|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
order allow,deny
allow
from all
</Files>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.