On Fri, Nov 26, 2010 at 12:45 PM, Jonas Maebe <[email protected]>wrote:
> > On 26 Nov 2010, at 10:38, Max Vlasov wrote: > > - Is everything is ok with "steps to reproduce" field in fpc bugtracker? >> It >> never show at the issue view. Hope it saves and and at least the >> developers >> are seeing it. >> > > You can see it by clicking on "view advanced" in the top right corner when > looking at a bug report. If you go to > http://bugs.freepascal.org/account_prefs_page.php (reachable via "My > Account" and then "[ Preferences ]", you can also make "Advanced View" the > default. Thanks, I'm ok now :) > > > - Google queries for "fpc bugtracker" "lazarus bugtracker" returns the >> first >> results with ip addresses (not server names). >> > > I don't know either where it gets those links from. > > > Did a little research. The problem is that google accepts any page it found and if there's a identical content accessed with different domains and ip addresses, sometimes it chooses ip addresses. Two variants of solving: - if it's apache (response shows the bugtracker on apache). htaccess can be rewritten to redirect every other variants to the single main variant of a page More Info: http://sites.google.com/site/onlyvalidation/page/fix-canonical-issues-www-vs-non-www-and-more-on-apache-server - add rel=canonical tags to every other page to refer the main page More info: http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=139394 Don't know what is easier. Max
_______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
