Welcome Guest, Not a member yet? Register   Sign In
How to install Code Igniter
#1

[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
#2

[eluser]abbe01[/eluser]
Pls provide us the information about your config.php which under system/config/.
#3

[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
#4

[eluser]CI Lee[/eluser]
Try adding the trailing slash
Code:
$config[’base_url’] = “http://localhost/ci”;
becomes...
Code:
$config[’base_url’] = “http://localhost/ci/”;
#5

[eluser]Fahad Sultan[/eluser]
Hi

Still not working Sad

Thanks
#6

[eluser]deviant[/eluser]
Have you tried files in that directory that aren't CI-related?
#7

[eluser]Fahad Sultan[/eluser]
No i dint
#8

[eluser]deviant[/eluser]
Try a blank file called something like test.html to see if its the web-server configuration and not CI.
#9

[eluser]Fahad Sultan[/eluser]
yes it work!




Theme © iAndrew 2016 - Forum software by © MyBB