Object not found error in codeIgniter -


i'm new codeigniter , i'm following tutorial in codeigniter , try view pages ("localhost/mysite/index.php/pages/view/about") i'm getting following error.

object not found! requested url not found on server. if entered url manually please check spelling , try again.

if think server error, please contact webmaster.

error 404

localhost apache/2.4.4 (win32) openssl/0.9.8y php/5.4.16

from url

localhost/mysite/index.php/pages/view/about seems have: controller: pages method: pages parameter one: 

make sure that, controller "pages:

and

method "pages" exist. , there files:

application/controllers/pages.php 

and

application/views/about.php 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -