[pmwiki-users] Search fails with google ":site" operator

Steve G. wordz2u at gmail.com
Thu Apr 8 23:12:06 CDT 2010


I wonder if this has to do with my apache configuration -

I have a server which runs a number of wiki sites and a blog - the
configuration of /etc/apache2/sites-enabled/000-default is below. The main
wiki is gps.words2u.net (and also www.words2u.net and words2u.net), which
redirect to www.words2u.net/pmwiki. The blog is at www.words2u.net/blog. I
have two other wikis, one for recipes at www.words2u.net/recipes, the other
for spanish, at www.words2u.net/spanish.

I find that when I run a gmail search with the site: operator (for example,
search for Ubuntu site:www.words2u.net), I get only results from the main
wiki, but not from the blog, even though the blog definitely has the term.
Ditto if I search for onion, I get no results from the recipe wiki.

Any idea if this may have to do with the apache configuration files, or
other ones? I only have one robot.txt (and robots.txt) which are identical
and are:

User-agent: *
Disallow: /media
Disallow: /downloads
Disallow: /words2u

<VirtualHost *>
        ServerAdmin admin at words2u.net
        ServerName www.words2u.net
        ServerAlias words2u.net
        DocumentRoot /home/words2u
</VirtualHost>

<VirtualHost *>
        ServerAdmin admin at words2u.net
        ServerName gps.words2u.net
        DocumentRoot /home/words2u/pmwiki
</VirtualHost>

<VirtualHost *>
        ServerAdmin admin at words2u.net
        ServerName blog.words2u.net
        DocumentRoot /home/words2u/blog
</VirtualHost>

Thanks

Z.

-- 
Check out my web site - www.words2u.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20100408/94eba1d6/attachment.html>


More information about the pmwiki-users mailing list