Searching amember protected site
I love using aMember. One of the things that is attractive to me is that I can use anything to manage my content including plain old HTML. But when you have ran a membership site for as long as 4, going on 5 years those resources and can add up. Unless you’re using a content management system it can be difficult for members to find stuff.
That’s problem #1 but you can’t just slap on any search engine either because the content is protected, many third party search engines cannot access it because they cannot log in. Well, I’ve tried a few different options but ended up using Sphider and it works nicely. One thing you must do after setting Sphider up is to make sure the spider has access by editing the htaccess file and add this.
########### SPHIDER ###########
RewriteCond %{http_user_agent} ^.*Sphider.*
RewriteRule ^(.*)$ - [L]
########### SPHIDER END ###########
If you changed the user agent inside Sphider admin, you’ll want to change it in this code too.
Do You Want A Hands-Free Business?
Then get this guide to help you systemize your business so you'll have more time working on your business.
Hey! I want to make sure you know what you're getting here. In addition to the guide, you will also receive our memo that includes special offers, announcements and of course actionable information.
Hi Lynette!
Thanks for the information and instructions. You’re the best!
Hi Lynette!
Thanks for the information and instructions. You’re the best!
How cool are you Lynette ! How do you come up with these things LOL ! thanks
How cool are you Lynette ! How do you come up with these things LOL ! thanks
Great idea. Will test it out on my sites.
David
Great idea. Will test it out on my sites.
David
Welcome all. Just realized I missed something in the post too. In Sphider, you can change the user agent string. If you use the default, the code above should work. If you change it, you have to change the code above where it says Sphider as well.
Welcome all. Just realized I missed something in the post too. In Sphider, you can change the user agent string. If you use the default, the code above should work. If you change it, you have to change the code above where it says Sphider as well.