Facebook linking to website -- need default thumbnail
SOLUTION: Facebook Lint Service - refreshing page cache
Hey --
NOTE:: Using .NET and IIS
I've looked at plenty of guides to do this, but I cannot get any thumbnails, titles, descriptions to show up.
Here's my problem -- it works when i have: www.sitename.com/default.aspx But I need simply: www.sitename.com
Any idea how this is done? In my server control panel I have default.as开发者_如何学JAVApx to be the page to bring up when there's no specified page for the directory.
Thanks
You can use Mod Rewrite, to accept / and rewrite to default.aspx. check out http://www.noupe.com/php/10-mod_rewrite-rules-you-should-know.html
You can try doing a 301 redirect in your .htaccess file.
http://www.webweaver.nu/html-tips/web-redirection.shtml
精彩评论