On this site: http://church.allthingswebdesign.com/
None of my images are displaying anymore. They used to, but i'm not sure why they don't anymore. Not sure if it's something i've changed or what.
I'm 100% positive the images exist in the folder images because i've checked the remote copy of the files to make sure i can preview them and i can.
EDIT:
I had one redirection setup to redirect www.allthingswebdesign.com to allthingswebdesign.com. I thought this is what was causing it, but when i deleted that redirect through the cpanel, it still didn't change anything. Does this take some time to go into effect?
Here is the .htaccess file that i found on the server, probably from the redirect i setup in the cpanel. Would this be the cause?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://allthingswebdesign.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://allthingswebdesign.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.allthingswebdesign.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.allthingswebdesign.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://allthingswebdesign.com [R,NC]