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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -