Forum Moderators: open
Inside that subdomain folder is a cgi folder. So..in the subdomain folder..i added my index.html and several other webpages.. The nessasary images..and went to check it out.. The website loads up just fine...pages all work...links on pages to other pages of the same subdomain in the same subdomain folder all work wonderfully!
Not..the images however...
For 5 days ive rewritten the links to the images 10,000 different ways...ive spattered the images all over the entire main domain and ive even created an images folder inside the subdomain folder.. And tried to link the images to there..nothing works! Arrrrrrgggghhhhh....
all i get..is the stupid little clear box with red x where my image should be on webpage. Can anyone help? Thanks,ws..
(my images are jpg's )
[edited by: tedster at 2:46 am (utc) on April 13, 2003]
[edit reason] change from all caps [/edit]
just [subdomain.domain...]
[edited by: john316 at 2:19 am (utc) on April 13, 2003]
Look for this bit in your htaccess and add :
RewriteCond %{HTTP_REFERER}!^http://yoursubdomain.yoursite.com.*$ [NC]
Stick that line in the middle.