Missing Method in HomeController

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

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

<?php
class HomeController extends AppController {


	public function index.php() {

	}

}

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

Stack Trace