henri Posted July 11, 2003 Share Posted July 11, 2003 http://www.oscommerce.com/community/contributions,1089 There is a small Bug in the SpiderKiller I initialized the spiderkiller too late. I wrote in the installation guide that you should include the spider_configure.php at the end of the application_top.php. This is unfoutunally too late, cause the links in the navigation bar are written allready. The installationguide should have been called: - add in your application_top.php after// include server parameters require('includes/configure.php') // Spiderkiller require(DIR_WS_INCLUDES . 'spider_configure.php'); To check if it's working properly you can enter your browser as spider in the spider_configure file and check if you find any URLs with a sessionid, or you go too: http://www.webconfs.com/search-engine-spid...r-simulator.php Sorry for the bug. Henri Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.