Page Not Found |
views/addslideshows.php
PHP Code: <div class="col-md-6 col-md-offset-3 well"> controllers/Cuploadfile.php PHP Code: //file upload function Models/Mpages.php PHP Code: public function add_slideshow() http://127.0.0.1/CompanyGiondaCI/index.p...slideshows Hello, I have this funny error message when I click Upload File Button: http://127.0.0.1/CompanyGiondaCI/index.p...ile/upload 404 Page Not Found The page you requested was not found. views/addslideshows.php PHP Code: <div class="col-md-6 col-md-offset-3 well">
" If I looks more intelligence please increase my reputation."
You just posted a localhost address...
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Looks like you have not set your base url in config.php if your using CI3 versions you must set this value.
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
I wonder what's the difference between:
base_url(); and site_url(); example: site_url('cpages/addslideshows'); index.php/cpages/addslideshows (site_url to add more url next to index.php) If I define base_url(); will it gives any effects to site_url(); I try configuring the base_url(); and many of my navigation shows error.
" If I looks more intelligence please increase my reputation."
site_url adds index.php base_url does not
I mean come on sit down and take the time to read the CodeIgniter Users Guide. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |