Welcome Guest, Not a member yet? Register   Sign In
File not found on my online server
#6

You may need to change app/Config/App.php
PHP Code:
    /**
    * --------------------------------------------------------------------------
    * URI PROTOCOL
    * --------------------------------------------------------------------------
    *
    * This item determines which server global should be used to retrieve the
    * URI string. The default setting of 'REQUEST_URI' works for most servers.
    * If your links do not seem to work, try one of the other delicious flavors:
    *
    *  'REQUEST_URI': Uses $_SERVER['REQUEST_URI']
    * 'QUERY_STRING': Uses $_SERVER['QUERY_STRING']
    *    'PATH_INFO': Uses $_SERVER['PATH_INFO']
    *
    * WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
    */
    public string $uriProtocol 'REQUEST_URI'


Also your server maybe case sensitive so you would need to use all lower case file names.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
File not found on my online server - by Kobbs - 05-10-2024, 11:33 AM
RE: File not found on my online server - by Kobbs - 05-10-2024, 05:05 PM
RE: File not found on my online server - by Kobbs - 05-10-2024, 05:26 PM
RE: File not found on my online server - by InsiteFX - 05-10-2024, 10:17 PM
RE: File not found on my online server - by Kobbs - 05-10-2024, 11:57 PM
RE: File not found on my online server - by Kobbs - 05-11-2024, 01:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB