Quote:
Originally Posted by SVTCobraLTD
Tried the htaccess file edit but it made images not viewable on the CND Garage system I have installed. I did not leave it on long enough to see if there was any other issues. 3.6.XX
|
Sometimes a mod or certain styles will not act right unless you allow your domain... I KNOW ROFL but experience talks and bs walks eh?
Try this:
Quote:
Originally Posted by S-MAN :P
If you have an htaccess file add this to it:
Code:
RewriteEngine On
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoururl.com/.*$ [NC]
Replace the yoururl with your url, note I left the .com so if you are .net or .org change that, also leave the www as-is unless you have something setup like forums.yoursite.com etc etc then simply change www to forums  .
|