php - url problems on a production server -
on dev server have next url
http://someurl.com/index.php/home//index
and work fine, see double slashes before method call.
on production server same url throws 404 error. can me problem? configuration on server mising ?
i using codeigniter 2.x project , apache2
there no need put index function
have @ end of url
http://www.someurl.com/index.php/home/
you may have set routes.
http://www.codeigniter.com/userguide2/general/routing.html
you may need have controller class , file names home.php , class name home
Comments
Post a Comment