Hello
I’m only getting started with CI. To go faster, I’d like to use a local web server instead of the one hosted on the Internet, but I can’t get CI to work with the Abyss Web Server X1 that I run on my XP host: Even after making the following changes per the documentation (which work OK on the shared server), I get a 404 when calling the controller on localhost:
1. From ZIP, extracted /system to C:/www/igniter/
2. Edited /www/igniter/system/application/config/config.php:
$config[‘base_url’] = “http://localhost/igniter/”;
3. Tried calling http://localhost/igniter/index.php/welcome/, to no avail ![]()
4. Added /www/igniter/test.php which echo’s stuff, and it works OK, so it’s not PHP acting up.
Does CI include some Apache-specific code, which would explains the 404 on the lighter Abyss web server?
Thanks!
