![]() |
How to install Code Igniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: How to install Code Igniter (/showthread.php?tid=2786) |
How to install Code Igniter - El Forum - 08-24-2007 [eluser]Fahad Sultan[/eluser] Dear Friends I am new to codeigniter. I am having problem while installtion code igniter. I am not know how to set the base url and what to set. All the codeigniter file reside in E:\CodeIgniter and i have made a vitual directory to this folder as well like http://localhost/ci. But when i run this directory only error shows nothing happend. can you please tell me how to get out of this problem ? This error come while opening the virtual directory. HTTP 404 - File not found Internet Information Services Please help me out! Thanks How to install Code Igniter - El Forum - 08-24-2007 [eluser]abbe01[/eluser] Pls provide us the information about your config.php which under system/config/. How to install Code Igniter - El Forum - 08-24-2007 [eluser]Fahad Sultan[/eluser] Hi friends Currently i have set my base url to $config['base_url'] = "http://localhost/ci"; what should i do in order to make it fix? Thanks How to install Code Igniter - El Forum - 08-24-2007 [eluser]CI Lee[/eluser] Try adding the trailing slash Code: $config[’base_url’] = “http://localhost/ci”; Code: $config[’base_url’] = “http://localhost/ci/”; How to install Code Igniter - El Forum - 08-24-2007 [eluser]Fahad Sultan[/eluser] Hi Still not working ![]() Thanks How to install Code Igniter - El Forum - 08-24-2007 [eluser]deviant[/eluser] Have you tried files in that directory that aren't CI-related? How to install Code Igniter - El Forum - 08-24-2007 [eluser]Fahad Sultan[/eluser] No i dint How to install Code Igniter - El Forum - 08-24-2007 [eluser]deviant[/eluser] Try a blank file called something like test.html to see if its the web-server configuration and not CI. How to install Code Igniter - El Forum - 08-24-2007 [eluser]Fahad Sultan[/eluser] yes it work! |