Hey guys, I just upload VB to my website and all but for some reason on the main page it doesn't show anything but links to things Like this: http://teencircuit.com/forums/ Anyone know why? Thanks
Hmm I can help ftp your website go to Open www/.htaccess or wherever it is situated (with notepad) Add this lines RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://teencircuit.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://teencircuit.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.teencircuit.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.teencircuit.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] Options All -Indexes Code (markup): Try it...
It looks like you got this working but I'd suggest putting something in the root of your URL so we don't see your folder structure.