The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Graphics not showing for unregistered users
I have been having a rather odd problem with my site ... whenever a unregistered visiter hits my site, www.anarchystar.com, none of my graphics will dispaly on the index page. I am using VBA with the forums at a sub-domain.
Once users log in, all the graphics appear, except the ones in the images/icons/ folder The really strange part is that the problem is only a problem in IE, everything works fine in Firefox. I think this may be related to some code I put in my .htaccess file to stop people from linking to pictures in my gallery: Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?anarchystar.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(forums\.)?anarchystar.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(gallery\.)?anarchystar.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?google\. [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?search\?q=cache [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?yahoo\. [NC] RewriteRule \.(gif|jpg)$ - [F] anyone got any ideas on what the issue could be? |
#2
|
|||
|
|||
I have narrow this down to a permissions problem on my site. I have not been able to find a permission that would cause this problem though. Anyone got any idea?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|