Welcome Guest, Not a member yet? Register   Sign In
CI in apache userdirs (domain.com/~user/public/ci)
#14

(This post was last modified: 03-22-2021, 10:17 AM by evansharp.)

I tried looking at what the Request object was providing to the router. I added this to the top of Router.php:

PHP Code:
$request = \Config\Services::request();
$uri $request->uri;
echo (string)
$request->uri


The result was domain.com/~kaimartin/hiperplanner/~kaimartin/hiperplanner

So even though the url in the browser looks right, the trailing segments are being duplicated somewhere by the request class?
I removed the RewriteBase directive from all the .htaccess files with no effect.

Ideas?
Reply


Messages In This Thread
RE: CI in apache userdirs (domain.com/~user/public/ci) - by evansharp - 03-22-2021, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB