|
x_789 -> .htaccess file with hotlinking block issues (1/13/2003 20:34:00)
|
When I enable hotlink blocking in my .htaccess file it causes me to not be able to edit my site live with FP. I go to my site hit file edit with fp no login it just downloads the page. I turnoff hotlink blocking and it pops up. Here is what I have in my .htaccess regaurding this RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://dirtyrc.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.dirtyrc.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://rcnitrotalk.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.rcnitrotalk.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://64.57.211.62/.*$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ www.dirtyrc.com/images/stolen.gif [R,NC] Cpanel will build this for me all I do is put in the domains that can access my site. I tryed that and manually inputing it using the format on the .htaccess tutorial here on outfront. Thanks X
|
|
|
|