Application Log displaying old url errors

Hello all,

I just moved to a shared hosting to a VPS one. I also made several changes regarding the url structure of my application. Now, the application log is now sending me multiple emails about those url which is not in my application anymore. Are these the work of robot.txt files since the new application is already updated so there is no way a new user would access those old pages anymore.




'CHttpException' with message 'Unable to resolve the request

"stores/search-restaurant".' in

/home/w2eatph/public_html/yii/framework/web/CWebApplication.php:286

Stack trace:

#0

/home/w2eatph/public_html/yii/framework/web/CWebApplication.php(141):

CWebApplication->runController('stores/search-r...')

#1 /home/w2eatph/public_html/yii/framework/base/CApplication.php(180):

CWebApplication->processRequest()

#2 /home/w2eatph/public_html/index.php(12): CApplication->run()

#3 {main}

REQUEST_URI=/stores/search-restaurant?search_loc=357



Does anyone encountered this issue before?

Thank you

could be one of the search engine bots trying to access the old urls

Hello,

Thank you for your reply. I think so too. Just want to verify if it is since my old application is scrapped a month ago and is already replaced with a new one.

Regards