Where to put these files
- Single Page
Posted 04 February 2012 - 20:46 PM
I have the CodeIgniter install in c:/www/webroot/CodeIgniter_2.1.0, and it's working fine.
Where do I put the CRUD files? I've tried c:/www/webroot/grocery_CRUD ... But this just gives me a list of the folder contents when I access from localhost.
My set up is Vista, Apache 2.2+. php 5.3.10
Many apologies for such a basic question.
Wendy Wilson
Posted 05 February 2012 - 22:18 PM
c:/www/webroot/CodeIgniter_2.1.0/grocery_crud or something similar. Just your project. Make sure that you copy all the files included the folder assets and application.
For more information you can read the http://www.grocerycr...gniter-tutorial
Posted 06 February 2012 - 11:27 AM
As far as I can see I have everything arranged as per the instructions but will re-install and check everything again.
This is what my url was --->>> http://localhost/CodeIgniter_2.1.0/index.php/main
and the response is the
[b] 404 Page Not Found[/b]
I have worked through the little 'news' tutorial from the CI site; could any setting there be interfering? (I have changed the db back to my_new_cms>)
Many thanks - the application looks great - from what screenshots I've seen.
WW
Posted 06 February 2012 - 18:39 PM
That seems to have fixed it. Clearly, there was some setting pushing the main.php in the wrong direction.
WW