Missing Method in AppController

Error: The action index.php is not defined in controller AppController

Error: Create AppController::index.php() in file: app/Controller/AppController.php.

<?php
class AppController extends AppController {


	public function index.php() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace