CodeIgniter Forums
help please - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: help please (/showthread.php?tid=66751)



help please - dali14 - 11-28-2016

hello!

I have codeigniter installed  Heart Heart Heart
The first page works well Wink
I work with wamp but when I launch the page welcome the browser send this image as what The requested URL was not found on this server I do not know how to set the server apach I work with wamp


the requested url/ci/welcome.php was not found on this server Huh Huh Huh Huh

what should I do


RE: help please - InsiteFX - 11-28-2016

1) Edit with notepad.
C:\Windows\System32\drivers\etc\hosts

2) Add if not there:
127.0.0.1 localhost

3) Control Panel
4) Click on System and Security
5) Click on System
6) On the left side click on Advanced system settings
7) Click on the Advanced tab
8) Click on Environment Variables...
9) On the bottom window click on Path then click Edit...
10) Add the following path variables, make sure that they end with a semi-colon ;

path to php directory
path to www directory

etc;

This may also help you out

Setup a Virtual Host on WAMP in 3 Steps


RE: help please - dali14 - 11-28-2016

Thank you I will try to see what its given


RE: help please - nemeris - 11-28-2016

(11-28-2016, 06:50 AM)dali14 Wrote: Thank you I will try to see what its given

Have you tried:

localhost/ci/index.php/welcome

That's how you access welcome,
Unless you have specific configuration you cannot access it with ci/welcome.php