我正在使用codeigniter,并使用index.php
www.mydomain.org .htaccess, I have set the default controller, but I can't access my website with
www.mydomain.org/MyController , now it is accessable with
route.php`删除.
and the router code in
:< / p>
$route['default_controller'] = 'Main';
$route['(:any)'] = "Main/index";