Welcome Guest, Not a member yet? Register   Sign In
help please
#1
Sad 

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

Attached Files Thumbnail(s)
       
Reply
#2

(This post was last modified: 11-28-2016, 05:17 AM by InsiteFX. Edit Reason: Added vhosts link )

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
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Thank you I will try to see what its given
Reply
#4

(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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB