Security, search engines, and other bots
Posted: Sat Mar 10, 2007 1:01 am
I have a couple of questions about security and browser search engines.
I gather CMS stores its content in a mySQL database. I’m not sure where I picked that up; I probably read it somewhere, but if I’m wrong perhaps someone can correct the error of my ways.
Anyway, to continue. I presume there is a file somewhere, perhaps called ‘index.php’ rather than ‘index.html’ and I presume Google can find it, and looks inside it and finds out where the mySQL database is located, and proceeds to scan the records of the database for content. (This is all supposition on my part.)
I don’t have any issues with that. In fact if that’s the case, it seems very clever. However, what does concern me is that our user codes and passwords may also be in a database table. If that database is being scanned by Google for content, then possibly the usercodes are being scanned too. I hope not.
How is one part of the system open to the public and usercodes and passwords kept secure?
I gather CMS stores its content in a mySQL database. I’m not sure where I picked that up; I probably read it somewhere, but if I’m wrong perhaps someone can correct the error of my ways.
Anyway, to continue. I presume there is a file somewhere, perhaps called ‘index.php’ rather than ‘index.html’ and I presume Google can find it, and looks inside it and finds out where the mySQL database is located, and proceeds to scan the records of the database for content. (This is all supposition on my part.)
I don’t have any issues with that. In fact if that’s the case, it seems very clever. However, what does concern me is that our user codes and passwords may also be in a database table. If that database is being scanned by Google for content, then possibly the usercodes are being scanned too. I hope not.
How is one part of the system open to the public and usercodes and passwords kept secure?