CodeIgniter Does not run Hello world |
[eluser]codeman[/eluser]
no my index.php is not located in root, should it be at root? I have just built Event Scheduling Application so i kow my PHP is working.... But let me try moving everything to root and see -
[eluser]jdfwarrior[/eluser]
index should be where ever you want the load point to be. For instance, if you want it to load up from http://localhost, then yes, it should be at the web root, and you should open the index.php and make sure the paths/names of the system folder and such are correctly set inside the index.php
[eluser]codeman[/eluser]
Tried that as well - nothing working - my application path inside index.PHP is also looks right - So i tried moving the index.php and whole system folder both to the root and now my path i am calling is my IP/index.php/blog
[eluser]jdfwarrior[/eluser]
What are you using as the web server? Something like xampp or wampserver or what?
[eluser]jdfwarrior[/eluser]
I just got on my windows box and.. #1. Downloaded AppServ and CodeIgniter. #2. Default install on AppServ #3. Went to c:\AppServ\www #4. Paste in files from CodeIgniter. (system folder, user guide folder, license, and index.php) #5. Went to http://localhost, and got the CodeIgniter welcome screen #6. Went to c:\AppServ\www\system\application\controllers\ and created blog.php #7. Inserted same code I showed you before #8. Navigated to http://localhost/index.php/blog and got hello world.
[eluser]codeman[/eluser]
Sorry dude - it still doe not work - I have exactly what you have i followed all steps from 3 to 8 and still nothing, not even Codeigniter Welcome screen - I guess - i ll download codeigniter again and unzip it again see if that helps
[eluser]codeman[/eluser]
no nothing - do you think i should reinstall Appserv again
[eluser]Dam1an[/eluser]
Is there a compelling reason for using AppServe... most users here (from what I've seen) use XAMPP (including me) and it works fine... Anyone else used AppServe.. works? doesn't? |
Welcome Guest, Not a member yet? Register Sign In |