Ok, I added a redirect to htaccess to set the site homepage to the wordpress main index file. Now the images don't work. Everything else works just fine. With the htaccess file removed the images show just fine although if you type in the web addy it takes you to the file list... Here's what I've got for the redirect part:
# BEGIN WordPress
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://wayneglessner.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://wayneglessner.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wayneglessner.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wayneglessner.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wayneglessner.com/wp/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wayneglessner.com/wp$ [NC]
RewriteRule .*\.(.*)$ - [F,NC]
# END WordPress
Any suggestions?
www.wayneglessner.comThanks,
e