Welcome Guest, Not a member yet? Register   Sign In
CI 3.1.2 Unable to load any controller but default
#13

(11-08-2016, 06:21 AM)utodev Wrote:
(11-07-2016, 09:46 PM)Paradinight Wrote:
Code:
<?php
var_dump( $_SERVER['REQUEST_URI']);
var_dump( $_SERVER['QUERY_STRING']);
var_dump( $_SERVER['PATH_INFO']);

call it like "test.php/welcome" and post the result

I've tried this and I also get a not found error, but if I just run test.php it returns data in the REQUEST_URI value (QUERY_STRING is an empty string and PATH_INFO is NULL).

It seems php is connected cause it runs (and otherwise the welcome controller won't work either) but there must be something in the Apache configuration, I'll check. Thanks I hope this leads me through the good track :-)

https://httpd.apache.org/docs/2.4/en/mod...ptpathinfo
Reply


Messages In This Thread
RE: CI 3.1.2 Unable to load any controller but default - by Paradinight - 11-08-2016, 10:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB