Missing Method in WwwController

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

Error: Create WwwController::index.php() in file: app/controllers/www_controller.php.

<?php
class WwwController extends AppController {

	var $name = 'Www';


	function index.php() {

	}

}
?>

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