
May 11th, 2005, 02:39 AM
|
|
Contributing User
|
|
Join Date: Oct 2004
Posts: 556
Time spent in forums: 2 Days 12 h 9 sec
Reputation Power: 0
|
|
|
Allowing engines to only log/see my main page
I use .htaccess to redirect requests to the proper index page which lies within a folder. This index page checks to see if the user has a session in php going on. If not (which is the case for any engine since it cannot log in) it then loads the login page in the same folder
I want search engines to only be able to see and log this page.
How should I go about it? I block all directories in my .htaccess, but what should I allow.
domain.com
directory for index and login page is
domain.com/page/global/FILES HERE
thanks!
|