I want to add a PHP on-site search script for people to search my documents BEFORE they subscribe. 1. Will mod_rewrite with php_include allow the search engine to access the data? 2. And the presumably I can redirect people to a sign-up page to see the documents in full. Regards, Ian Tresman Derby, UK
1. It may require changes to your search script or to protection code. I think it is possible. 2. When user will access page by link from your search system, he will get login prompt with optional link to singup. You can customize this page as you wish.