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
Post a Comment